Html Css Color HEX #574212 Bronze Olive

📋 copy color: '#574212'

red 87 ◦ green 66 ◦ blue 18

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

Shades of Bronze Olive #574212

Tints of Bronze Olive #574212

RGB

 RED value IS 87 (34.38% from 255) = 50.88%

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

 BLUE value IS 18 (7.42% from 255) = 10.53%

R = 50.88%
G = 38.6%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#574212 (or 0x574212) is known color: Bronze Olive. HEX triplet: 57, 42 and 12. RGB value is (87,66,18). Sum of RGB (Red+Green+Blue) = 87+66+18=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #574212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574212 is #A8BDED. Grayscale: #434343. Windows color (decimal): -11058670 or 1196631. OLE color: 1196631.

HSL color Cylindrical-coordinate representation of color #574212: hue angle of 41.74º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #574212 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 66 18 -
CMYK 0 0.24 0.79 0.66
HSL 41.74º 0.66% 0.21% -
HSV(B) 41.74º 0.79% 0.34% -
XYZ 5.99 5.97 1.41 -
YUV 66.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 87 66 18 0 0.24 0.79 0.66 41.74 0.66 0.21
Hex 57 42 12 0 18 4F 42 2A 42 15
Octal 127 102 22 0 30 117 102 52 102 25
Binary 1010111 1000010 10010 0 11000 1001111 1000010 101010 1000010 10101

Color Harmonies of #574212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574212

Black with #574212

Text Example


Text Example

White with #574212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574212; }

 p { color: rgb(87,66,18); }

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

background-color css

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

 a { background-color: rgb(87,66,18); }

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

border-color css

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

 span { border-color: rgb(87,66,18); }

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