#574A08

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

Shades of Bronze Olive #574A08

Tints of Bronze Olive #574A08

Color information

#574A08 (or 0x574A08) is unknown color: approx Bronze Olive. HEX triplet: 57, 4A and 08. RGB value is (87,74,8). Sum of RGB (Red+Green+Blue) = 87+74+8=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 74 (29.30% from 255 or 43.79% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #574A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574A08 is #A8B5F7. Grayscale: #464646. Windows color (decimal): -11056632 or 543319. OLE color: 543319.

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

Color convert

RGB87748-
CMYK00.150.910.66
HSL50.13º83.16%18.63%-
HSV(B)50.13º90.8%34.12%-
XYZ6.426.941.23-
YUV70.3692.81139.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.48%
GREEN value IS 74 (29.30% from 255) = 43.79%
BLUE value IS 8 (3.52% from 255) = 4.73%
R=51.48%
G=43.79%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8774800.150.910.6650.1383.1618.63
Hex574A80F5B42325313
Octal127112100171331026212323
Binary1010111100101010000111110110111000010110010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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