#574604

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

Shades of Bronze Olive #574604

Tints of Bronze Olive #574604

Color information

#574604 (or 0x574604) is unknown color: approx Bronze Olive. HEX triplet: 57, 46 and 04. RGB value is (87,70,4). Sum of RGB (Red+Green+Blue) = 87+70+4=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #574604 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574604 is #A8B9FB. Grayscale: #434343. Windows color (decimal): -11057660 or 280151. OLE color: 280151.

HSL color Cylindrical-coordinate representation of color #574604: hue angle of 47.71º 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 #574604 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB87704-
CMYK00.200.950.66
HSL47.71º91.21%17.84%-
HSV(B)47.71º95.4%34.12%-
XYZ6.146.421.03-
YUV67.5692.13141.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.04%
GREEN value IS 70 (27.73% from 255) = 43.48%
BLUE value IS 4 (1.95% from 255) = 2.48%
R=54.04%
G=43.48%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8770400.200.950.6647.7191.2117.84
Hex574640145F42305b12
Octal12710640241371026013322
Binary1010111100011010001010010111111000010110000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574604; }

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

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

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

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

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

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

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

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