Html Css Color HEX #59400B Baker's Chocolate

📋 copy color: '#59400B'

red 89 ◦ green 64 ◦ blue 11

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

Shades of Baker's Chocolate #59400B

Tints of Baker's Chocolate #59400B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.02%

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

R = 54.27%
G = 39.02%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#59400B (or 0x59400B) is known color: Baker's Chocolate. HEX triplet: 59, 40 and 0B. RGB value is (89,64,11). Sum of RGB (Red+Green+Blue) = 89+64+11=164 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.27% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 89 - color contains mainly: red. Hex color #59400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59400B is #A6BFF4. Grayscale: #414141. Windows color (decimal): -10928117 or 737369. OLE color: 737369.

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

Color convert

RGB 89 64 11 -
CMYK 0 0.28 0.88 0.65
HSL 40.77º 0.78% 0.2% -
HSV(B) 40.77º 0.88% 0.35% -
XYZ 6.01 5.81 1.12 -
YUV 65.43 97.28 144.81 -
System Red Green Blue C M Y K H S L
Decimal 89 64 11 0 0.28 0.88 0.65 40.77 0.78 0.2
Hex 59 40 B 0 1C 58 41 29 4E 14
Octal 131 100 13 0 34 130 101 51 116 24
Binary 1011001 1000000 1011 0 11100 1011000 1000001 101001 1001110 10100

Color Harmonies of #59400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59400B

Black with #59400B

Text Example


Text Example

White with #59400B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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