Html Css Color HEX #59230D Baker's Chocolate

📋 copy color: '#59230D'

red 89 ◦ green 35 ◦ blue 13

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

Shades of Baker's Chocolate #59230D

Tints of Baker's Chocolate #59230D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.49%

R = 64.96%
G = 25.55%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#59230D (or 0x59230D) is known color: Baker's Chocolate. HEX triplet: 59, 23 and 0D. RGB value is (89,35,13). Sum of RGB (Red+Green+Blue) = 89+35+13=137 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.96% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 89 - color contains mainly: red. Hex color #59230D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59230D is #A6DCF2. Grayscale: #303030. Windows color (decimal): -10935539 or 861017. OLE color: 861017.

HSL color Cylindrical-coordinate representation of color #59230D: hue angle of 17.37º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #59230D is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 35 13 -
CMYK 0 0.61 0.85 0.65
HSL 17.37º 0.75% 0.2% -
HSV(B) 17.37º 0.85% 0.35% -
XYZ 4.79 3.35 0.78 -
YUV 48.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 89 35 13 0 0.61 0.85 0.65 17.37 0.75 0.2
Hex 59 23 D 0 3D 55 41 11 4B 14
Octal 131 43 15 0 75 125 101 21 113 24
Binary 1011001 100011 1101 0 111101 1010101 1000001 10001 1001011 10100

Color Harmonies of #59230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59230D

Black with #59230D

Text Example


Text Example

White with #59230D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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