#59461F

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

Shades of Bronze Olive #59461F

Tints of Bronze Olive #59461F

Color information

#59461F (or 0x59461F) is unknown color: approx Bronze Olive. HEX triplet: 59, 46 and 1F. RGB value is (89,70,31). Sum of RGB (Red+Green+Blue) = 89+70+31=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #59461F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59461F is #A6B9E0. Grayscale: #474747. Windows color (decimal): -10926561 or 2049625. OLE color: 2049625.

HSL color Cylindrical-coordinate representation of color #59461F: hue angle of 40.34º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59461F is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB897031-
CMYK00.210.650.65
HSL40.34º48.33%23.53%-
HSV(B)40.34º65.17%34.9%-
XYZ6.566.62.23-
YUV71.24105.29140.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.84%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 31 (12.5% from 255) = 16.32%
R=46.84%
G=36.84%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89703100.210.650.6540.3448.3323.53
Hex59461F0154141283018
Octal13110637025101101506030
Binary10110011000110111110101011000001100000110100011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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