Html Css Color HEX #574E11 Bronze Olive

📋 copy color: '#574E11'

red 87 ◦ green 78 ◦ blue 17

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

Shades of Bronze Olive #574E11

Tints of Bronze Olive #574E11

RGB

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

 GREEN value IS 78 (30.86% from 255) = 42.86%

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

R = 47.8%
G = 42.86%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#574E11 (or 0x574E11) is known color: Bronze Olive. HEX triplet: 57, 4E and 11. RGB value is (87,78,17). Sum of RGB (Red+Green+Blue) = 87+78+17=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #574E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574E11 is #A8B1EE. Grayscale: #494949. Windows color (decimal): -11055599 or 1134167. OLE color: 1134167.

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

Color convert

RGB 87 78 17 -
CMYK 0 0.10 0.80 0.66
HSL 52.29º 0.67% 0.2% -
HSV(B) 52.29º 0.8% 0.34% -
XYZ 6.76 7.52 1.62 -
YUV 73.74 95.98 137.46 -
System Red Green Blue C M Y K H S L
Decimal 87 78 17 0 0.10 0.80 0.66 52.29 0.67 0.2
Hex 57 4E 11 0 A 50 42 34 43 14
Octal 127 116 21 0 12 120 102 64 103 24
Binary 1010111 1001110 10001 0 1010 1010000 1000010 110100 1000011 10100

Color Harmonies of #574E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574E11

Black with #574E11

Text Example


Text Example

White with #574E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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