#57461A

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

Shades of Bronze Olive #57461A

Tints of Bronze Olive #57461A

Color information

#57461A (or 0x57461A) is unknown color: approx Bronze Olive. HEX triplet: 57, 46 and 1A. RGB value is (87,70,26). Sum of RGB (Red+Green+Blue) = 87+70+26=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #57461A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57461A is #A8B9E5. Grayscale: #464646. Windows color (decimal): -11057638 or 1721943. OLE color: 1721943.

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

Color convert

RGB877026-
CMYK00.200.700.66
HSL43.28º53.98%22.16%-
HSV(B)43.28º70.11%34.12%-
XYZ6.316.481.9-
YUV70.07103.13140.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.54%
GREEN value IS 70 (27.73% from 255) = 38.25%
BLUE value IS 26 (10.55% from 255) = 14.21%
R=47.54%
G=38.25%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87702600.200.700.6643.2853.9822.16
Hex57461A01446422b3616
Octal12710632024106102536626
Binary10101111000110110100101001000110100001010101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57461A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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