Html Css Color HEX #59290B Baker's Chocolate

📋 copy color: '#59290B'

red 89 ◦ green 41 ◦ blue 11

#59290B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #59290B

Tints of Baker's Chocolate #59290B

RGB

 RED value IS 89 (35.16% from 255) = 63.12%

 GREEN value IS 41 (16.41% from 255) = 29.08%

 BLUE value IS 11 (4.69% from 255) = 7.8%

R = 63.12%
G = 29.08%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#59290B (or 0x59290B) is known color: Baker's Chocolate. HEX triplet: 59, 29 and 0B. RGB value is (89,41,11). Sum of RGB (Red+Green+Blue) = 89+41+11=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #59290B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59290B is #A6D6F4. Grayscale: #343434. Windows color (decimal): -10934005 or 731481. OLE color: 731481.

HSL color Cylindrical-coordinate representation of color #59290B: hue angle of 23.08º 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 #59290B is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 41 11 -
CMYK 0 0.54 0.88 0.65
HSL 23.08º 0.78% 0.2% -
HSV(B) 23.08º 0.88% 0.35% -
XYZ 4.97 3.73 0.78 -
YUV 51.93 104.9 154.44 -
System Red Green Blue C M Y K H S L
Decimal 89 41 11 0 0.54 0.88 0.65 23.08 0.78 0.2
Hex 59 29 B 0 36 58 41 17 4E 14
Octal 131 51 13 0 66 130 101 27 116 24
Binary 1011001 101001 1011 0 110110 1011000 1000001 10111 1001110 10100

Color Harmonies of #59290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59290B

Black with #59290B

Text Example


Text Example

White with #59290B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59290B;
 }
 .AnyTagClassName
 {
   color: #59290B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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