#57501D

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

Shades of Bronze Olive #57501D

Tints of Bronze Olive #57501D

Color information

#57501D (or 0x57501D) is unknown color: approx Bronze Olive. HEX triplet: 57, 50 and 1D. RGB value is (87,80,29). Sum of RGB (Red+Green+Blue) = 87+80+29=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #57501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57501D is #A8AFE2. Grayscale: #4C4C4C. Windows color (decimal): -11055075 or 1921111. OLE color: 1921111.

HSL color Cylindrical-coordinate representation of color #57501D: hue angle of 52.76º 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 #57501D is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB878029-
CMYK00.080.670.66
HSL52.76º50%22.75%-
HSV(B)52.76º66.67%34.12%-
XYZ7.027.852.31-
YUV76.28101.32135.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.39%
GREEN value IS 80 (31.64% from 255) = 40.82%
BLUE value IS 29 (11.72% from 255) = 14.80%
R=44.39%
G=40.82%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87802900.080.670.6652.765022.75
Hex57501D084342353217
Octal12712035010103102656227
Binary1010111101000011101010001000011100001011010111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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