Html Css Color HEX #56421C Bronze Olive

📋 copy color: '#56421C'

red 86 ◦ green 66 ◦ blue 28

#56421C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #56421C

Tints of Bronze Olive #56421C

RGB

 RED value IS 86 (33.98% from 255) = 47.78%

 GREEN value IS 66 (26.17% from 255) = 36.67%

 BLUE value IS 28 (11.33% from 255) = 15.56%

R = 47.78%
G = 36.67%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.66

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#56421C (or 0x56421C) is known color: Bronze Olive. HEX triplet: 56, 42 and 1C. RGB value is (86,66,28). Sum of RGB (Red+Green+Blue) = 86+66+28=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 86 - color contains mainly: red. Hex color #56421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56421C is #A9BDE3. Grayscale: #434343. Windows color (decimal): -11124196 or 1851990. OLE color: 1851990.

HSL color Cylindrical-coordinate representation of color #56421C: hue angle of 39.31º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #56421C is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 66 28 -
CMYK 0 0.23 0.67 0.66
HSL 39.31º 0.51% 0.22% -
HSV(B) 39.31º 0.67% 0.34% -
XYZ 6 5.96 1.93 -
YUV 67.65 105.63 141.09 -
System Red Green Blue C M Y K H S L
Decimal 86 66 28 0 0.23 0.67 0.66 39.31 0.51 0.22
Hex 56 42 1C 0 17 43 42 27 33 16
Octal 126 102 34 0 27 103 102 47 63 26
Binary 1010110 1000010 11100 0 10111 1000011 1000010 100111 110011 10110

Color Harmonies of #56421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56421C

Black with #56421C

Text Example


Text Example

White with #56421C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56421C; }

 p { color: rgb(86,66,28); }

 H1.HeaderClassName
 {
   color: #56421C;
 }
 .AnyTagClassName
 {
   color: #56421C;
 }
</style>

background-color css

<style>
 a { background-color: #56421C; }

 a { background-color: rgb(86,66,28); }

 div.DivClassName
 {
   background-color: #56421C;
 }
 .BgClassName
 {
   background-color: #56421C;
 }
</style>

border-color css

<style>
 span { border-color: #56421C; }

 span { border-color: rgb(86,66,28); }

 td.TdClassName
 {
   border-color: #56421C;
 }
 .TagClassName
 {
   border-color: #56421C;
 }
</style>