#59402A

Color #59402A Bracken (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bracken #59402A

Tints of Bracken #59402A

Color information

#59402A (or 0x59402A) is unknown color: approx Bracken. HEX triplet: 59, 40 and 2A. RGB value is (89,64,42). Sum of RGB (Red+Green+Blue) = 89+64+42=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 89 - color contains mainly: red. Hex color #59402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59402A is #A6BFD5. Grayscale: #454545. Windows color (decimal): -10928086 or 2768985. OLE color: 2768985.

HSL color Cylindrical-coordinate representation of color #59402A: hue angle of 28.09º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59402A is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB896442-
CMYK00.280.530.65
HSL28.09º35.88%25.69%-
HSV(B)28.09º52.81%34.9%-
XYZ6.375.963-
YUV68.97112.78142.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.64%
GREEN value IS 64 (25.39% from 255) = 32.82%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=45.64%
G=32.82%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89644200.280.530.6528.0935.8825.69
Hex59402A01C35411c241a
Octal1311005203465101344432
Binary1011001100000010101001110011010110000011110010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59402A; }

 p { color: rgb(89,64,42); }

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

<style>
 a { background-color: #59402A; }

 a { background-color: rgb(89,64,42); }

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

<style>
 span { border-color: #59402A; }

 span { border-color: rgb(89,64,42); }

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