#574A06

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

Shades of Bronze Olive #574A06

Tints of Bronze Olive #574A06

Color information

#574A06 (or 0x574A06) is unknown color: approx Bronze Olive. HEX triplet: 57, 4A and 06. RGB value is (87,74,6). Sum of RGB (Red+Green+Blue) = 87+74+6=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 74 (29.30% from 255 or 44.31% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #574A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574A06 is #A8B5F9. Grayscale: #464646. Windows color (decimal): -11056634 or 412247. OLE color: 412247.

HSL color Cylindrical-coordinate representation of color #574A06: hue angle of 50.37º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #574A06 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB87746-
CMYK00.150.930.66
HSL50.37º87.1%18.24%-
HSV(B)50.37º93.1%34.12%-
XYZ6.416.941.17-
YUV70.1391.81140.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.10%
GREEN value IS 74 (29.30% from 255) = 44.31%
BLUE value IS 6 (2.73% from 255) = 3.59%
R=52.10%
G=44.31%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8774600.150.930.6650.3787.118.24
Hex574A60F5D42325712
Octal12711260171351026212722
Binary101011110010101100111110111011000010110010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,74,6); }

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

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

 a { background-color: rgb(87,74,6); }

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

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

 span { border-color: rgb(87,74,6); }

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