#574728

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

Shades of Bronze Olive #574728

Tints of Bronze Olive #574728

Color information

#574728 (or 0x574728) is unknown color: approx Bronze Olive. HEX triplet: 57, 47 and 28. RGB value is (87,71,40). Sum of RGB (Red+Green+Blue) = 87+71+40=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #574728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574728 is #A8B8D7. Grayscale: #484848. Windows color (decimal): -11057368 or 2639703. OLE color: 2639703.

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

Color convert

RGB877140-
CMYK00.180.540.66
HSL39.57º37.01%24.9%-
HSV(B)39.57º54.02%34.12%-
XYZ6.576.692.95-
YUV72.25109.8138.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.94%
GREEN value IS 71 (28.12% from 255) = 35.86%
BLUE value IS 40 (16.02% from 255) = 20.20%
R=43.94%
G=35.86%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87714000.180.540.6639.5737.0124.9
Hex5747280123642282519
Octal1271075002266102504531
Binary10101111000111101000010010110110100001010100010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574728; }

 p { color: rgb(87,71,40); }

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

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

 a { background-color: rgb(87,71,40); }

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

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

 span { border-color: rgb(87,71,40); }

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