#59350B

Color #59350B Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #59350B

Tints of Baker's Chocolate #59350B

Color information

#59350B (or 0x59350B) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 35 and 0B. RGB value is (89,53,11). Sum of RGB (Red+Green+Blue) = 89+53+11=153 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.17% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 89 - color contains mainly: red. Hex color #59350B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59350B is #A6CAF4. Grayscale: #3B3B3B. Windows color (decimal): -10930933 or 734553. OLE color: 734553.

HSL color Cylindrical-coordinate representation of color #59350B: hue angle of 32.31º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #59350B is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB895311-
CMYK00.400.880.65
HSL32.31º78%19.61%-
HSV(B)32.31º87.64%34.9%-
XYZ5.454.690.94-
YUV58.98100.93149.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.17%
GREEN value IS 53 (21.09% from 255) = 34.64%
BLUE value IS 11 (4.69% from 255) = 7.19%
R=58.17%
G=34.64%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89531100.400.880.6532.317819.61
Hex5935B0285841204e14
Octal13165130501301014011624
Binary10110011101011011010100010110001000001100000100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59350B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59350B; }

 p { color: rgb(89,53,11); }

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

<style>
 a { background-color: #59350B; }

 a { background-color: rgb(89,53,11); }

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

<style>
 span { border-color: #59350B; }

 span { border-color: rgb(89,53,11); }

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