Html Css Color HEX #574211 Bronze Olive

📋 copy color: '#574211'

red 87 ◦ green 66 ◦ blue 17

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

Shades of Bronze Olive #574211

Tints of Bronze Olive #574211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10%

R = 51.18%
G = 38.82%
B = 10%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#574211 (or 0x574211) is known color: Bronze Olive. HEX triplet: 57, 42 and 11. RGB value is (87,66,17). Sum of RGB (Red+Green+Blue) = 87+66+17=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #574211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574211 is #A8BDEE. Grayscale: #424242. Windows color (decimal): -11058671 or 1131095. OLE color: 1131095.

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

Color convert

RGB 87 66 17 -
CMYK 0 0.24 0.80 0.66
HSL 42º 0.67% 0.2% -
HSV(B) 42º 0.8% 0.34% -
XYZ 5.98 5.96 1.37 -
YUV 66.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 87 66 17 0 0.24 0.80 0.66 42 0.67 0.2
Hex 57 42 11 0 18 50 42 2A 43 14
Octal 127 102 21 0 30 120 102 52 103 24
Binary 1010111 1000010 10001 0 11000 1010000 1000010 101010 1000011 10100

Color Harmonies of #574211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574211

Black with #574211

Text Example


Text Example

White with #574211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574211; }

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

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

background-color css

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

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

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

border-color css

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

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

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