Html Css Color HEX #59220B Baker's Chocolate

📋 copy color: '#59220B'

red 89 ◦ green 34 ◦ blue 11

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

Shades of Baker's Chocolate #59220B

Tints of Baker's Chocolate #59220B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.37%

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

R = 66.42%
G = 25.37%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#59220B (or 0x59220B) is known color: Baker's Chocolate. HEX triplet: 59, 22 and 0B. RGB value is (89,34,11). Sum of RGB (Red+Green+Blue) = 89+34+11=134 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.42% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 89 - color contains mainly: red. Hex color #59220B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59220B is #A6DDF4. Grayscale: #2F2F2F. Windows color (decimal): -10935797 or 729689. OLE color: 729689.

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

Color convert

RGB 89 34 11 -
CMYK 0 0.62 0.88 0.65
HSL 17.69º 0.78% 0.2% -
HSV(B) 17.69º 0.88% 0.35% -
XYZ 4.75 3.29 0.7 -
YUV 47.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 89 34 11 0 0.62 0.88 0.65 17.69 0.78 0.2
Hex 59 22 B 0 3E 58 41 12 4E 14
Octal 131 42 13 0 76 130 101 22 116 24
Binary 1011001 100010 1011 0 111110 1011000 1000001 10010 1001110 10100

Color Harmonies of #59220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59220B

Black with #59220B

Text Example


Text Example

White with #59220B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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