#57461F

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

Shades of Bronze Olive #57461F

Tints of Bronze Olive #57461F

Color information

#57461F (or 0x57461F) is unknown color: approx Bronze Olive. HEX triplet: 57, 46 and 1F. RGB value is (87,70,31). Sum of RGB (Red+Green+Blue) = 87+70+31=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #57461F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57461F is #A8B9E0. Grayscale: #464646. Windows color (decimal): -11057633 or 2049623. OLE color: 2049623.

HSL color Cylindrical-coordinate representation of color #57461F: hue angle of 41.79º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57461F is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB877031-
CMYK00.200.640.66
HSL41.79º47.46%23.14%-
HSV(B)41.79º64.37%34.12%-
XYZ6.376.512.22-
YUV70.64105.63139.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.28%
GREEN value IS 70 (27.73% from 255) = 37.23%
BLUE value IS 31 (12.5% from 255) = 16.49%
R=46.28%
G=37.23%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87703100.200.640.6641.7947.4623.14
Hex57461F01440422a2f17
Octal12710637024100102525727
Binary10101111000110111110101001000000100001010101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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