Html Css Color HEX #59280D Baker's Chocolate

📋 copy color: '#59280D'

red 89 ◦ green 40 ◦ blue 13

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

Shades of Baker's Chocolate #59280D

Tints of Baker's Chocolate #59280D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.17%

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

R = 62.68%
G = 28.17%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#59280D (or 0x59280D) is known color: Baker's Chocolate. HEX triplet: 59, 28 and 0D. RGB value is (89,40,13). Sum of RGB (Red+Green+Blue) = 89+40+13=142 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.68% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 89 - color contains mainly: red. Hex color #59280D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59280D is #A6D7F2. Grayscale: #333333. Windows color (decimal): -10934259 or 862297. OLE color: 862297.

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

Color convert

RGB 89 40 13 -
CMYK 0 0.55 0.85 0.65
HSL 21.32º 0.75% 0.2% -
HSV(B) 21.32º 0.85% 0.35% -
XYZ 4.95 3.67 0.83 -
YUV 51.57 106.23 154.7 -
System Red Green Blue C M Y K H S L
Decimal 89 40 13 0 0.55 0.85 0.65 21.32 0.75 0.2
Hex 59 28 D 0 37 55 41 15 4B 14
Octal 131 50 15 0 67 125 101 25 113 24
Binary 1011001 101000 1101 0 110111 1010101 1000001 10101 1001011 10100

Color Harmonies of #59280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59280D

Black with #59280D

Text Example


Text Example

White with #59280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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