#59311D

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

Shades of Brown Bramble #59311D

Tints of Brown Bramble #59311D

Color information

#59311D (or 0x59311D) is unknown color: approx Brown Bramble. HEX triplet: 59, 31 and 1D. RGB value is (89,49,29). Sum of RGB (Red+Green+Blue) = 89+49+29=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #59311D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59311D is #A6CEE2. Grayscale: #3A3A3A. Windows color (decimal): -10931939 or 1913177. OLE color: 1913177.

HSL color Cylindrical-coordinate representation of color #59311D: hue angle of 20º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #59311D is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB894929-
CMYK00.450.670.65
HSL20º50.85%23.14%-
HSV(B)20º67.42%34.9%-
XYZ5.444.411.73-
YUV58.68111.25149.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.29%
GREEN value IS 49 (19.53% from 255) = 29.34%
BLUE value IS 29 (11.72% from 255) = 17.37%
R=53.29%
G=29.34%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89492900.450.670.652050.8523.14
Hex59311D02D4341143317
Octal1316135055103101246327
Binary1011001110001111010101101100001110000011010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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