Html Css Color HEX #59330B Baker's Chocolate

📋 copy color: '#59330B'

red 89 ◦ green 51 ◦ blue 11

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

Shades of Baker's Chocolate #59330B

Tints of Baker's Chocolate #59330B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.77%

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

R = 58.94%
G = 33.77%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#59330B (or 0x59330B) is known color: Baker's Chocolate. HEX triplet: 59, 33 and 0B. RGB value is (89,51,11). Sum of RGB (Red+Green+Blue) = 89+51+11=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #59330B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59330B is #A6CCF4. Grayscale: #3A3A3A. Windows color (decimal): -10931445 or 734041. OLE color: 734041.

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

Color convert

RGB 89 51 11 -
CMYK 0 0.43 0.88 0.65
HSL 30.77º 0.78% 0.2% -
HSV(B) 30.77º 0.88% 0.35% -
XYZ 5.36 4.52 0.91 -
YUV 57.8 101.59 150.25 -
System Red Green Blue C M Y K H S L
Decimal 89 51 11 0 0.43 0.88 0.65 30.77 0.78 0.2
Hex 59 33 B 0 2B 58 41 1F 4E 14
Octal 131 63 13 0 53 130 101 37 116 24
Binary 1011001 110011 1011 0 101011 1011000 1000001 11111 1001110 10100

Color Harmonies of #59330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59330B

Black with #59330B

Text Example


Text Example

White with #59330B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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