#574C08

Color #574C08 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #574C08

Tints of Bronze Olive #574C08

Color information

#574C08 (or 0x574C08) is unknown color: approx Bronze Olive. HEX triplet: 57, 4C and 08. RGB value is (87,76,8). Sum of RGB (Red+Green+Blue) = 87+76+8=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #574C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574C08 is #A8B3F7. Grayscale: #474747. Windows color (decimal): -11056120 or 543831. OLE color: 543831.

HSL color Cylindrical-coordinate representation of color #574C08: hue angle of 51.65º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #574C08 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.66.

Color convert

RGB87768-
CMYK00.130.910.66
HSL51.65º83.16%18.63%-
HSV(B)51.65º90.8%34.12%-
XYZ6.567.211.28-
YUV71.5492.14139.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.88%
GREEN value IS 76 (30.08% from 255) = 44.44%
BLUE value IS 8 (3.52% from 255) = 4.68%
R=50.88%
G=44.44%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8776800.130.910.6651.6583.1618.63
Hex574C80D5B42345313
Octal127114100151331026412323
Binary1010111100110010000110110110111000010110100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,76,8); }

 H1.HeaderClassName
 {
   color: #574C08;
 }
 .AnyTagClassName
 {
   color: #574C08;
 }
</style>
background-color css

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

 a { background-color: rgb(87,76,8); }

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

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

 span { border-color: rgb(87,76,8); }

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