#57501A

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

Shades of Bronze Olive #57501A

Tints of Bronze Olive #57501A

Color information

#57501A (or 0x57501A) is unknown color: approx Bronze Olive. HEX triplet: 57, 50 and 1A. RGB value is (87,80,26). Sum of RGB (Red+Green+Blue) = 87+80+26=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #57501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57501A is #A8AFE5. Grayscale: #4C4C4C. Windows color (decimal): -11055078 or 1724503. OLE color: 1724503.

HSL color Cylindrical-coordinate representation of color #57501A: hue angle of 53.11º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #57501A is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB878026-
CMYK00.080.700.66
HSL53.11º53.98%22.16%-
HSV(B)53.11º70.11%34.12%-
XYZ6.997.842.12-
YUV75.9499.82135.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.08%
GREEN value IS 80 (31.64% from 255) = 41.45%
BLUE value IS 26 (10.55% from 255) = 13.47%
R=45.08%
G=41.45%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87802600.080.700.6653.1153.9822.16
Hex57501A084642353616
Octal12712032010106102656626
Binary1010111101000011010010001000110100001011010111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57501A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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