Html Css Color HEX #59321B Baker's Chocolate

📋 copy color: '#59321B'

red 89 ◦ green 50 ◦ blue 27

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

Shades of Baker's Chocolate #59321B

Tints of Baker's Chocolate #59321B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.27%

R = 53.61%
G = 30.12%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#59321B (or 0x59321B) is known color: Baker's Chocolate. HEX triplet: 59, 32 and 1B. RGB value is (89,50,27). Sum of RGB (Red+Green+Blue) = 89+50+27=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #59321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59321B is #A6CDE4. Grayscale: #3B3B3B. Windows color (decimal): -10931685 or 1782361. OLE color: 1782361.

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

Color convert

RGB 89 50 27 -
CMYK 0 0.44 0.70 0.65
HSL 22.26º 0.53% 0.23% -
HSV(B) 22.26º 0.7% 0.35% -
XYZ 5.46 4.48 1.61 -
YUV 59.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 89 50 27 0 0.44 0.70 0.65 22.26 0.53 0.23
Hex 59 32 1B 0 2C 46 41 16 35 17
Octal 131 62 33 0 54 106 101 26 65 27
Binary 1011001 110010 11011 0 101100 1000110 1000001 10110 110101 10111

Color Harmonies of #59321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59321B

Black with #59321B

Text Example


Text Example

White with #59321B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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