Html Css Color HEX #574F12 Bronze Olive

📋 copy color: '#574F12'

red 87 ◦ green 79 ◦ blue 18

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

Shades of Bronze Olive #574F12

Tints of Bronze Olive #574F12

RGB

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

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

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

R = 47.28%
G = 42.93%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#574F12 (or 0x574F12) is known color: Bronze Olive. HEX triplet: 57, 4F and 12. RGB value is (87,79,18). Sum of RGB (Red+Green+Blue) = 87+79+18=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 79 (31.25% from 255 or 42.93% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #574F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574F12 is #A8B0ED. Grayscale: #4A4A4A. Windows color (decimal): -11055342 or 1199959. OLE color: 1199959.

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

Color convert

RGB 87 79 18 -
CMYK 0 0.09 0.79 0.66
HSL 53.04º 0.66% 0.21% -
HSV(B) 53.04º 0.79% 0.34% -
XYZ 6.84 7.66 1.69 -
YUV 74.44 96.15 136.96 -
System Red Green Blue C M Y K H S L
Decimal 87 79 18 0 0.09 0.79 0.66 53.04 0.66 0.21
Hex 57 4F 12 0 9 4F 42 35 42 15
Octal 127 117 22 0 11 117 102 65 102 25
Binary 1010111 1001111 10010 0 1001 1001111 1000010 110101 1000010 10101

Color Harmonies of #574F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574F12

Black with #574F12

Text Example


Text Example

White with #574F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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