Html Css Color HEX #574F11 Bronze Olive

📋 copy color: '#574F11'

red 87 ◦ green 79 ◦ blue 17

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

Shades of Bronze Olive #574F11

Tints of Bronze Olive #574F11

RGB

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

 GREEN value IS 79 (31.25% from 255) = 43.17%

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

R = 47.54%
G = 43.17%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#574F11 (or 0x574F11) is known color: Bronze Olive. HEX triplet: 57, 4F and 11. RGB value is (87,79,17). Sum of RGB (Red+Green+Blue) = 87+79+17=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #574F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574F11 is #A8B0EE. Grayscale: #4A4A4A. Windows color (decimal): -11055343 or 1134423. OLE color: 1134423.

HSL color Cylindrical-coordinate representation of color #574F11: hue angle of 53.14º 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 #574F11 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 79 17 -
CMYK 0 0.09 0.80 0.66
HSL 53.14º 0.67% 0.2% -
HSV(B) 53.14º 0.8% 0.34% -
XYZ 6.83 7.66 1.65 -
YUV 74.32 95.65 137.04 -
System Red Green Blue C M Y K H S L
Decimal 87 79 17 0 0.09 0.80 0.66 53.14 0.67 0.2
Hex 57 4F 11 0 9 50 42 35 43 14
Octal 127 117 21 0 11 120 102 65 103 24
Binary 1010111 1001111 10001 0 1001 1010000 1000010 110101 1000011 10100

Color Harmonies of #574F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574F11

Black with #574F11

Text Example


Text Example

White with #574F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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