#57411A

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

Shades of Bronze Olive #57411A

Tints of Bronze Olive #57411A

Color information

#57411A (or 0x57411A) is unknown color: approx Bronze Olive. HEX triplet: 57, 41 and 1A. RGB value is (87,65,26). Sum of RGB (Red+Green+Blue) = 87+65+26=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #57411A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57411A is #A8BEE5. Grayscale: #434343. Windows color (decimal): -11058918 or 1720663. OLE color: 1720663.

HSL color Cylindrical-coordinate representation of color #57411A: hue angle of 38.36º 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 #57411A is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB876526-
CMYK00.250.700.66
HSL38.36º53.98%22.16%-
HSV(B)38.36º70.11%34.12%-
XYZ6.015.881.8-
YUV67.13104.79142.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.88%
GREEN value IS 65 (25.78% from 255) = 36.52%
BLUE value IS 26 (10.55% from 255) = 14.61%
R=48.88%
G=36.52%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87652600.250.700.6638.3653.9822.16
Hex57411A0194642263616
Octal12710132031106102466626
Binary10101111000001110100110011000110100001010011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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