Html Css Color HEX #59260E Baker's Chocolate

📋 copy color: '#59260E'

red 89 ◦ green 38 ◦ blue 14

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

Shades of Baker's Chocolate #59260E

Tints of Baker's Chocolate #59260E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.95%

 BLUE value IS 14 (5.86% from 255) = 9.93%

R = 63.12%
G = 26.95%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#59260E (or 0x59260E) is known color: Baker's Chocolate. HEX triplet: 59, 26 and 0E. RGB value is (89,38,14). Sum of RGB (Red+Green+Blue) = 89+38+14=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #59260E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59260E is #A6D9F1. Grayscale: #323232. Windows color (decimal): -10934770 or 927321. OLE color: 927321.

HSL color Cylindrical-coordinate representation of color #59260E: hue angle of 19.2º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #59260E is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 38 14 -
CMYK 0 0.57 0.84 0.65
HSL 19.2º 0.73% 0.2% -
HSV(B) 19.2º 0.84% 0.35% -
XYZ 4.89 3.54 0.84 -
YUV 50.51 107.4 155.45 -
System Red Green Blue C M Y K H S L
Decimal 89 38 14 0 0.57 0.84 0.65 19.2 0.73 0.2
Hex 59 26 E 0 39 54 41 13 49 14
Octal 131 46 16 0 71 124 101 23 111 24
Binary 1011001 100110 1110 0 111001 1010100 1000001 10011 1001001 10100

Color Harmonies of #59260E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59260E

Black with #59260E

Text Example


Text Example

White with #59260E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59260E; }

 p { color: rgb(89,38,14); }

 H1.HeaderClassName
 {
   color: #59260E;
 }
 .AnyTagClassName
 {
   color: #59260E;
 }
</style>

background-color css

<style>
 a { background-color: #59260E; }

 a { background-color: rgb(89,38,14); }

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

border-color css

<style>
 span { border-color: #59260E; }

 span { border-color: rgb(89,38,14); }

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