#574B15

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

Shades of Bronze Olive #574B15

Tints of Bronze Olive #574B15

Color information

#574B15 (or 0x574B15) is unknown color: approx Bronze Olive. HEX triplet: 57, 4B and 15. RGB value is (87,75,21). Sum of RGB (Red+Green+Blue) = 87+75+21=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #574B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574B15 is #A8B4EA. Grayscale: #484848. Windows color (decimal): -11056363 or 1395543. OLE color: 1395543.

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

Color convert

RGB877521-
CMYK00.140.760.66
HSL49.09º61.11%21.18%-
HSV(B)49.09º75.86%34.12%-
XYZ6.587.111.74-
YUV72.4398.98138.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.54%
GREEN value IS 75 (29.69% from 255) = 40.98%
BLUE value IS 21 (8.59% from 255) = 11.48%
R=47.54%
G=40.98%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87752100.140.760.6649.0961.1121.18
Hex574B150E4C42313d15
Octal12711325016114102617525
Binary1010111100101110101011101001100100001011000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574B15; }

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

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

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

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

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

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

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

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