#574117

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

Shades of Bronze Olive #574117

Tints of Bronze Olive #574117

Color information

#574117 (or 0x574117) is unknown color: approx Bronze Olive. HEX triplet: 57, 41 and 17. RGB value is (87,65,23). Sum of RGB (Red+Green+Blue) = 87+65+23=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #574117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574117 is #A8BEE8. Grayscale: #424242. Windows color (decimal): -11058921 or 1524055. OLE color: 1524055.

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

Color convert

RGB876523-
CMYK00.250.740.66
HSL39.38º58.18%21.57%-
HSV(B)39.38º73.56%34.12%-
XYZ5.985.871.63-
YUV66.79103.29142.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.71%
GREEN value IS 65 (25.78% from 255) = 37.14%
BLUE value IS 23 (9.38% from 255) = 13.14%
R=49.71%
G=37.14%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87652300.250.740.6639.3858.1821.57
Hex5741170194A42273a16
Octal12710127031112102477226
Binary10101111000001101110110011001010100001010011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574117; }

 p { color: rgb(87,65,23); }

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

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

 a { background-color: rgb(87,65,23); }

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

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

 span { border-color: rgb(87,65,23); }

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