#59441F

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

Shades of Bronze Olive #59441F

Tints of Bronze Olive #59441F

Color information

#59441F (or 0x59441F) is unknown color: approx Bronze Olive. HEX triplet: 59, 44 and 1F. RGB value is (89,68,31). Sum of RGB (Red+Green+Blue) = 89+68+31=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #59441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59441F is #A6BBE0. Grayscale: #464646. Windows color (decimal): -10927073 or 2049113. OLE color: 2049113.

HSL color Cylindrical-coordinate representation of color #59441F: hue angle of 38.28º 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 #59441F is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB896831-
CMYK00.240.650.65
HSL38.28º48.33%23.53%-
HSV(B)38.28º65.17%34.9%-
XYZ6.436.362.18-
YUV70.06105.96141.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.34%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 31 (12.5% from 255) = 16.49%
R=47.34%
G=36.17%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89683100.240.650.6538.2848.3323.53
Hex59441F0184141263018
Octal13110437030101101466030
Binary10110011000100111110110001000001100000110011011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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