#575315

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

Shades of Bronze Olive #575315

Tints of Bronze Olive #575315

Color information

#575315 (or 0x575315) is unknown color: approx Bronze Olive. HEX triplet: 57, 53 and 15. RGB value is (87,83,21). Sum of RGB (Red+Green+Blue) = 87+83+21=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 87 - color contains mainly: red. Hex color #575315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575315 is #A8ACEA. Grayscale: #4D4D4D. Windows color (decimal): -11054315 or 1397591. OLE color: 1397591.

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

Color convert

RGB878321-
CMYK00.050.760.66
HSL56.36º61.11%21.18%-
HSV(B)56.36º75.86%34.12%-
XYZ7.168.271.93-
YUV77.1396.33135.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.55%
GREEN value IS 83 (32.81% from 255) = 43.46%
BLUE value IS 21 (8.59% from 255) = 10.99%
R=45.55%
G=43.46%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87832100.050.760.6656.3661.1121.18
Hex575315054C42383d15
Octal1271232505114102707525
Binary101011110100111010101011001100100001011100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575315; }

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

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

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

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

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

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

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

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