Html Css Color HEX #59321A Baker's Chocolate

📋 copy color: '#59321A'

red 89 ◦ green 50 ◦ blue 26

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

Shades of Baker's Chocolate #59321A

Tints of Baker's Chocolate #59321A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.3%

 BLUE value IS 26 (10.55% from 255) = 15.76%

R = 53.94%
G = 30.3%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#59321A (or 0x59321A) is known color: Baker's Chocolate. HEX triplet: 59, 32 and 1A. RGB value is (89,50,26). Sum of RGB (Red+Green+Blue) = 89+50+26=165 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.94% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 89 - color contains mainly: red. Hex color #59321A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59321A is #A6CDE5. Grayscale: #3B3B3B. Windows color (decimal): -10931686 or 1716825. OLE color: 1716825.

HSL color Cylindrical-coordinate representation of color #59321A: hue angle of 22.86º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #59321A is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 50 26 -
CMYK 0 0.44 0.71 0.65
HSL 22.86º 0.55% 0.23% -
HSV(B) 22.86º 0.71% 0.35% -
XYZ 5.45 4.48 1.55 -
YUV 58.93 109.42 149.45 -
System Red Green Blue C M Y K H S L
Decimal 89 50 26 0 0.44 0.71 0.65 22.86 0.55 0.23
Hex 59 32 1A 0 2C 47 41 17 37 17
Octal 131 62 32 0 54 107 101 27 67 27
Binary 1011001 110010 11010 0 101100 1000111 1000001 10111 110111 10111

Color Harmonies of #59321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59321A

Black with #59321A

Text Example


Text Example

White with #59321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59321A; }

 p { color: rgb(89,50,26); }

 H1.HeaderClassName
 {
   color: #59321A;
 }
 .AnyTagClassName
 {
   color: #59321A;
 }
</style>

background-color css

<style>
 a { background-color: #59321A; }

 a { background-color: rgb(89,50,26); }

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

border-color css

<style>
 span { border-color: #59321A; }

 span { border-color: rgb(89,50,26); }

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