Html Css Color HEX #593016 Baker's Chocolate

📋 copy color: '#593016'

red 89 ◦ green 48 ◦ blue 22

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

Shades of Baker's Chocolate #593016

Tints of Baker's Chocolate #593016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.84%

R = 55.97%
G = 30.19%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#593016 (or 0x593016) is known color: Baker's Chocolate. HEX triplet: 59, 30 and 16. RGB value is (89,48,22). Sum of RGB (Red+Green+Blue) = 89+48+22=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #593016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593016 is #A6CFE9. Grayscale: #393939. Windows color (decimal): -10932202 or 1454169. OLE color: 1454169.

HSL color Cylindrical-coordinate representation of color #593016: hue angle of 23.28º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #593016 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 48 22 -
CMYK 0 0.46 0.75 0.65
HSL 23.28º 0.6% 0.22% -
HSV(B) 23.28º 0.75% 0.35% -
XYZ 5.32 4.3 1.31 -
YUV 57.3 108.08 150.61 -
System Red Green Blue C M Y K H S L
Decimal 89 48 22 0 0.46 0.75 0.65 23.28 0.6 0.22
Hex 59 30 16 0 2E 4B 41 17 3C 16
Octal 131 60 26 0 56 113 101 27 74 26
Binary 1011001 110000 10110 0 101110 1001011 1000001 10111 111100 10110

Color Harmonies of #593016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593016

Black with #593016

Text Example


Text Example

White with #593016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593016; }

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

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

background-color css

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

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

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

border-color css

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

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

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