#574010

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

Shades of Bronze Olive #574010

Tints of Bronze Olive #574010

Color information

#574010 (or 0x574010) is unknown color: approx Bronze Olive. HEX triplet: 57, 40 and 10. RGB value is (87,64,16). Sum of RGB (Red+Green+Blue) = 87+64+16=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #574010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574010 is #A8BFEF. Grayscale: #414141. Windows color (decimal): -11059184 or 1065047. OLE color: 1065047.

HSL color Cylindrical-coordinate representation of color #574010: hue angle of 40.56º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #574010 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB876416-
CMYK00.260.820.66
HSL40.56º68.93%20.2%-
HSV(B)40.56º81.61%34.12%-
XYZ5.865.731.29-
YUV65.4100.12143.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.10%
GREEN value IS 64 (25.39% from 255) = 38.32%
BLUE value IS 16 (6.64% from 255) = 9.58%
R=52.10%
G=38.32%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87641600.260.820.6640.5668.9320.2
Hex57401001A5242294514
Octal127100200321221025110524
Binary101011110000001000001101010100101000010101001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574010; }

 p { color: rgb(87,64,16); }

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

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

 a { background-color: rgb(87,64,16); }

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

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

 span { border-color: rgb(87,64,16); }

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