Html Css Color HEX #59300D Baker's Chocolate

📋 copy color: '#59300D'

red 89 ◦ green 48 ◦ blue 13

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

Shades of Baker's Chocolate #59300D

Tints of Baker's Chocolate #59300D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32%

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

R = 59.33%
G = 32%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#59300D (or 0x59300D) is known color: Baker's Chocolate. HEX triplet: 59, 30 and 0D. RGB value is (89,48,13). Sum of RGB (Red+Green+Blue) = 89+48+13=150 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.33% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 89 - color contains mainly: red. Hex color #59300D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59300D is #A6CFF2. Grayscale: #383838. Windows color (decimal): -10932211 or 864345. OLE color: 864345.

HSL color Cylindrical-coordinate representation of color #59300D: hue angle of 27.63º 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 #59300D is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 48 13 -
CMYK 0 0.46 0.85 0.65
HSL 27.63º 0.75% 0.2% -
HSV(B) 27.63º 0.85% 0.35% -
XYZ 5.25 4.27 0.93 -
YUV 56.27 103.58 151.35 -
System Red Green Blue C M Y K H S L
Decimal 89 48 13 0 0.46 0.85 0.65 27.63 0.75 0.2
Hex 59 30 D 0 2E 55 41 1C 4B 14
Octal 131 60 15 0 56 125 101 34 113 24
Binary 1011001 110000 1101 0 101110 1010101 1000001 11100 1001011 10100

Color Harmonies of #59300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59300D

Black with #59300D

Text Example


Text Example

White with #59300D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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