#574015

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

Shades of Bronze Olive #574015

Tints of Bronze Olive #574015

Color information

#574015 (or 0x574015) is unknown color: approx Bronze Olive. HEX triplet: 57, 40 and 15. RGB value is (87,64,21). Sum of RGB (Red+Green+Blue) = 87+64+21=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #574015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574015 is #A8BFEA. Grayscale: #424242. Windows color (decimal): -11059179 or 1392727. OLE color: 1392727.

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

Color convert

RGB876421-
CMYK00.260.760.66
HSL39.09º61.11%21.18%-
HSV(B)39.09º75.86%34.12%-
XYZ5.95.751.51-
YUV65.97102.62143-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.58%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 21 (8.59% from 255) = 12.21%
R=50.58%
G=37.21%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87642100.260.760.6639.0961.1121.18
Hex57401501A4C42273d15
Octal12710025032114102477525
Binary10101111000000101010110101001100100001010011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574015; }

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

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

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

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

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

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

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

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