#574204

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

Shades of Bronze Olive #574204

Tints of Bronze Olive #574204

Color information

#574204 (or 0x574204) is unknown color: approx Bronze Olive. HEX triplet: 57, 42 and 04. RGB value is (87,66,4). Sum of RGB (Red+Green+Blue) = 87+66+4=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #574204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574204 is #A8BDFB. Grayscale: #414141. Windows color (decimal): -11058684 or 279127. OLE color: 279127.

HSL color Cylindrical-coordinate representation of color #574204: hue angle of 44.82º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #574204 is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB87664-
CMYK00.240.950.66
HSL44.82º91.21%17.84%-
HSV(B)44.82º95.4%34.12%-
XYZ5.95.930.95-
YUV65.2193.46143.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.41%
GREEN value IS 66 (26.17% from 255) = 42.04%
BLUE value IS 4 (1.95% from 255) = 2.55%
R=55.41%
G=42.04%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8766400.240.950.6644.8291.2117.84
Hex574240185F422d5b12
Octal12710240301371025513322
Binary1010111100001010001100010111111000010101101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574204; }

 p { color: rgb(87,66,4); }

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

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

 a { background-color: rgb(87,66,4); }

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

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

 span { border-color: rgb(87,66,4); }

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