#575212

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

Shades of Bronze Olive #575212

Tints of Bronze Olive #575212

Color information

#575212 (or 0x575212) is unknown color: approx Bronze Olive. HEX triplet: 57, 52 and 12. RGB value is (87,82,18). Sum of RGB (Red+Green+Blue) = 87+82+18=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #575212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575212 is #A8ADED. Grayscale: #4C4C4C. Windows color (decimal): -11054574 or 1200727. OLE color: 1200727.

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

Color convert

RGB878218-
CMYK00.060.790.66
HSL55.65º65.71%20.59%-
HSV(B)55.65º79.31%34.12%-
XYZ7.068.11.76-
YUV76.295.16135.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.52%
GREEN value IS 82 (32.42% from 255) = 43.85%
BLUE value IS 18 (7.42% from 255) = 9.63%
R=46.52%
G=43.85%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87821800.060.790.6655.6565.7120.59
Hex575212064F42384215
Octal12712222061171027010225
Binary1010111101001010010011010011111000010111000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575212; }

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

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

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

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

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

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

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

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