#575312

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

Shades of Bronze Olive #575312

Tints of Bronze Olive #575312

Color information

#575312 (or 0x575312) is unknown color: approx Bronze Olive. HEX triplet: 57, 53 and 12. RGB value is (87,83,18). Sum of RGB (Red+Green+Blue) = 87+83+18=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #575312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575312 is #A8ACED. Grayscale: #4D4D4D. Windows color (decimal): -11054318 or 1200983. OLE color: 1200983.

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

Color convert

RGB878318-
CMYK00.050.790.66
HSL56.52º65.71%20.59%-
HSV(B)56.52º79.31%34.12%-
XYZ7.138.261.79-
YUV76.7994.83135.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.28%
GREEN value IS 83 (32.81% from 255) = 44.15%
BLUE value IS 18 (7.42% from 255) = 9.57%
R=46.28%
G=44.15%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87831800.050.790.6656.5265.7120.59
Hex575312054F42394215
Octal12712322051171027110225
Binary1010111101001110010010110011111000010111001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575312; }

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

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

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

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

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

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

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

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