#59311F

Color #59311F Brown Bramble (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Bramble #59311F

Tints of Brown Bramble #59311F

Color information

#59311F (or 0x59311F) is unknown color: approx Brown Bramble. HEX triplet: 59, 31 and 1F. RGB value is (89,49,31). Sum of RGB (Red+Green+Blue) = 89+49+31=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #59311F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59311F is #A6CEE0. Grayscale: #3B3B3B. Windows color (decimal): -10931937 or 2044249. OLE color: 2044249.

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

Color convert

RGB894931-
CMYK00.450.650.65
HSL18.62º48.33%23.53%-
HSV(B)18.62º65.17%34.9%-
XYZ5.474.421.86-
YUV58.91112.25149.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.66%
GREEN value IS 49 (19.53% from 255) = 28.99%
BLUE value IS 31 (12.5% from 255) = 18.34%
R=52.66%
G=28.99%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89493100.450.650.6518.6248.3323.53
Hex59311F02D4141133018
Octal1316137055101101236030
Binary1011001110001111110101101100000110000011001111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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