#57531D

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

Shades of Bronze Olive #57531D

Tints of Bronze Olive #57531D

Color information

#57531D (or 0x57531D) is unknown color: approx Bronze Olive. HEX triplet: 57, 53 and 1D. RGB value is (87,83,29). Sum of RGB (Red+Green+Blue) = 87+83+29=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 87 - color contains mainly: red. Hex color #57531D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57531D is #A8ACE2. Grayscale: #4E4E4E. Windows color (decimal): -11054307 or 1921879. OLE color: 1921879.

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

Color convert

RGB878329-
CMYK00.050.670.66
HSL55.86º50%22.75%-
HSV(B)55.86º66.67%34.12%-
XYZ7.258.32.38-
YUV78.04100.33134.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.72%
GREEN value IS 83 (32.81% from 255) = 41.71%
BLUE value IS 29 (11.72% from 255) = 14.57%
R=43.72%
G=41.71%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87832900.050.670.6655.865022.75
Hex57531D054342383217
Octal1271233505103102706227
Binary101011110100111110101011000011100001011100011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57531D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57531D; }

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

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

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

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

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

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

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

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