#574115

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

Shades of Bronze Olive #574115

Tints of Bronze Olive #574115

Color information

#574115 (or 0x574115) is unknown color: approx Bronze Olive. HEX triplet: 57, 41 and 15. RGB value is (87,65,21). Sum of RGB (Red+Green+Blue) = 87+65+21=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #574115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574115 is #A8BEEA. Grayscale: #424242. Windows color (decimal): -11058923 or 1392983. OLE color: 1392983.

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

Color convert

RGB876521-
CMYK00.250.760.66
HSL40º61.11%21.18%-
HSV(B)40º75.86%34.12%-
XYZ5.965.861.53-
YUV66.56102.29142.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.29%
GREEN value IS 65 (25.78% from 255) = 37.57%
BLUE value IS 21 (8.59% from 255) = 12.14%
R=50.29%
G=37.57%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87652100.250.760.664061.1121.18
Hex5741150194C42283d15
Octal12710125031114102507525
Binary10101111000001101010110011001100100001010100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574115; }

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

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

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

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

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

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

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

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