#575112

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

Shades of Bronze Olive #575112

Tints of Bronze Olive #575112

Color information

#575112 (or 0x575112) is unknown color: approx Bronze Olive. HEX triplet: 57, 51 and 12. RGB value is (87,81,18). Sum of RGB (Red+Green+Blue) = 87+81+18=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #575112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575112 is #A8AEED. Grayscale: #4B4B4B. Windows color (decimal): -11054830 or 1200471. OLE color: 1200471.

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

Color convert

RGB878118-
CMYK00.070.790.66
HSL54.78º65.71%20.59%-
HSV(B)54.78º79.31%34.12%-
XYZ6.987.951.74-
YUV75.6195.49136.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.77%
GREEN value IS 81 (32.03% from 255) = 43.55%
BLUE value IS 18 (7.42% from 255) = 9.68%
R=46.77%
G=43.55%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87811800.070.790.6654.7865.7120.59
Hex575112074F42374215
Octal12712122071171026710225
Binary1010111101000110010011110011111000010110111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575112; }

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

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

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

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

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

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

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

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