Html Css Color HEX #59360C Baker's Chocolate

📋 copy color: '#59360C'

red 89 ◦ green 54 ◦ blue 12

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

Shades of Baker's Chocolate #59360C

Tints of Baker's Chocolate #59360C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.84%

 BLUE value IS 12 (5.08% from 255) = 7.74%

R = 57.42%
G = 34.84%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#59360C (or 0x59360C) is known color: Baker's Chocolate. HEX triplet: 59, 36 and 0C. RGB value is (89,54,12). Sum of RGB (Red+Green+Blue) = 89+54+12=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #59360C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59360C is #A6C9F3. Grayscale: #3B3B3B. Windows color (decimal): -10930676 or 800345. OLE color: 800345.

HSL color Cylindrical-coordinate representation of color #59360C: hue angle of 32.73º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #59360C is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 54 12 -
CMYK 0 0.39 0.87 0.65
HSL 32.73º 0.76% 0.2% -
HSV(B) 32.73º 0.87% 0.35% -
XYZ 5.51 4.79 0.98 -
YUV 59.68 101.1 148.92 -
System Red Green Blue C M Y K H S L
Decimal 89 54 12 0 0.39 0.87 0.65 32.73 0.76 0.2
Hex 59 36 C 0 27 57 41 21 4C 14
Octal 131 66 14 0 47 127 101 41 114 24
Binary 1011001 110110 1100 0 100111 1010111 1000001 100001 1001100 10100

Color Harmonies of #59360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59360C

Black with #59360C

Text Example


Text Example

White with #59360C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59360C; }

 p { color: rgb(89,54,12); }

 H1.HeaderClassName
 {
   color: #59360C;
 }
 .AnyTagClassName
 {
   color: #59360C;
 }
</style>

background-color css

<style>
 a { background-color: #59360C; }

 a { background-color: rgb(89,54,12); }

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

border-color css

<style>
 span { border-color: #59360C; }

 span { border-color: rgb(89,54,12); }

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