#57461D

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

Shades of Bronze Olive #57461D

Tints of Bronze Olive #57461D

Color information

#57461D (or 0x57461D) is unknown color: approx Bronze Olive. HEX triplet: 57, 46 and 1D. RGB value is (87,70,29). Sum of RGB (Red+Green+Blue) = 87+70+29=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #57461D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57461D is #A8B9E2. Grayscale: #464646. Windows color (decimal): -11057635 or 1918551. OLE color: 1918551.

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

Color convert

RGB877029-
CMYK00.200.670.66
HSL42.41º50%22.75%-
HSV(B)42.41º66.67%34.12%-
XYZ6.346.52.08-
YUV70.41104.63139.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.77%
GREEN value IS 70 (27.73% from 255) = 37.63%
BLUE value IS 29 (11.72% from 255) = 15.59%
R=46.77%
G=37.63%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87702900.200.670.6642.415022.75
Hex57461D01443422a3217
Octal12710635024103102526227
Binary10101111000110111010101001000011100001010101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57461D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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