Html Css Color HEX #59260B Baker's Chocolate

📋 copy color: '#59260B'

red 89 ◦ green 38 ◦ blue 11

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

Shades of Baker's Chocolate #59260B

Tints of Baker's Chocolate #59260B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.54%

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

R = 64.49%
G = 27.54%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#59260B (or 0x59260B) is known color: Baker's Chocolate. HEX triplet: 59, 26 and 0B. RGB value is (89,38,11). Sum of RGB (Red+Green+Blue) = 89+38+11=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #59260B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59260B is #A6D9F4. Grayscale: #323232. Windows color (decimal): -10934773 or 730713. OLE color: 730713.

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

Color convert

RGB 89 38 11 -
CMYK 0 0.57 0.88 0.65
HSL 20.77º 0.78% 0.2% -
HSV(B) 20.77º 0.88% 0.35% -
XYZ 4.87 3.53 0.74 -
YUV 50.17 105.9 155.7 -
System Red Green Blue C M Y K H S L
Decimal 89 38 11 0 0.57 0.88 0.65 20.77 0.78 0.2
Hex 59 26 B 0 39 58 41 15 4E 14
Octal 131 46 13 0 71 130 101 25 116 24
Binary 1011001 100110 1011 0 111001 1011000 1000001 10101 1001110 10100

Color Harmonies of #59260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59260B

Black with #59260B

Text Example


Text Example

White with #59260B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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