Html Css Color HEX #59380B Baker's Chocolate

📋 copy color: '#59380B'

red 89 ◦ green 56 ◦ blue 11

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

Shades of Baker's Chocolate #59380B

Tints of Baker's Chocolate #59380B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.9%

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

R = 57.05%
G = 35.9%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#59380B (or 0x59380B) is known color: Baker's Chocolate. HEX triplet: 59, 38 and 0B. RGB value is (89,56,11). Sum of RGB (Red+Green+Blue) = 89+56+11=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #59380B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59380B is #A6C7F4. Grayscale: #3C3C3C. Windows color (decimal): -10930165 or 735321. OLE color: 735321.

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

Color convert

RGB 89 56 11 -
CMYK 0 0.37 0.88 0.65
HSL 34.62º 0.78% 0.2% -
HSV(B) 34.62º 0.88% 0.35% -
XYZ 5.59 4.98 0.98 -
YUV 60.74 99.93 148.16 -
System Red Green Blue C M Y K H S L
Decimal 89 56 11 0 0.37 0.88 0.65 34.62 0.78 0.2
Hex 59 38 B 0 25 58 41 23 4E 14
Octal 131 70 13 0 45 130 101 43 116 24
Binary 1011001 111000 1011 0 100101 1011000 1000001 100011 1001110 10100

Color Harmonies of #59380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59380B

Black with #59380B

Text Example


Text Example

White with #59380B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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