Html Css Color HEX #59230C Baker's Chocolate

📋 copy color: '#59230C'

red 89 ◦ green 35 ◦ blue 12

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

Shades of Baker's Chocolate #59230C

Tints of Baker's Chocolate #59230C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.74%

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

R = 65.44%
G = 25.74%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#59230C (or 0x59230C) is known color: Baker's Chocolate. HEX triplet: 59, 23 and 0C. RGB value is (89,35,12). Sum of RGB (Red+Green+Blue) = 89+35+12=136 (18% of max value = 765). Red value is 89 (35.16% from 255 or 65.44% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 89 - color contains mainly: red. Hex color #59230C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59230C is #A6DCF3. Grayscale: #303030. Windows color (decimal): -10935540 or 795481. OLE color: 795481.

HSL color Cylindrical-coordinate representation of color #59230C: hue angle of 17.92º 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 #59230C is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 35 12 -
CMYK 0 0.61 0.87 0.65
HSL 17.92º 0.76% 0.2% -
HSV(B) 17.92º 0.87% 0.35% -
XYZ 4.79 3.35 0.74 -
YUV 48.52 107.39 156.87 -
System Red Green Blue C M Y K H S L
Decimal 89 35 12 0 0.61 0.87 0.65 17.92 0.76 0.2
Hex 59 23 C 0 3D 57 41 12 4C 14
Octal 131 43 14 0 75 127 101 22 114 24
Binary 1011001 100011 1100 0 111101 1010111 1000001 10010 1001100 10100

Color Harmonies of #59230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59230C

Black with #59230C

Text Example


Text Example

White with #59230C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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