#59301F

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

Shades of Brown Bramble #59301F

Tints of Brown Bramble #59301F

Color information

#59301F (or 0x59301F) is unknown color: approx Brown Bramble. HEX triplet: 59, 30 and 1F. RGB value is (89,48,31). Sum of RGB (Red+Green+Blue) = 89+48+31=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #59301F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59301F is #A6CFE0. Grayscale: #3A3A3A. Windows color (decimal): -10932193 or 2043993. OLE color: 2043993.

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

Color convert

RGB894831-
CMYK00.460.650.65
HSL17.59º48.33%23.53%-
HSV(B)17.59º65.17%34.9%-
XYZ5.424.341.85-
YUV58.32112.58149.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.98%
GREEN value IS 48 (19.14% from 255) = 28.57%
BLUE value IS 31 (12.5% from 255) = 18.45%
R=52.98%
G=28.57%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89483100.460.650.6517.5948.3323.53
Hex59301F02E4141123018
Octal1316037056101101226030
Binary1011001110000111110101110100000110000011001011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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