Html Css Color HEX #593201 Baker's Chocolate

📋 copy color: '#593201'

red 89 ◦ green 50 ◦ blue 1

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

Shades of Baker's Chocolate #593201

Tints of Baker's Chocolate #593201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.71%

R = 63.57%
G = 35.71%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#593201 (or 0x593201) is known color: Baker's Chocolate. HEX triplet: 59, 32 and 01. RGB value is (89,50,1). Sum of RGB (Red+Green+Blue) = 89+50+1=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #593201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593201 is #A6CDFE. Grayscale: #383838. Windows color (decimal): -10931711 or 78425. OLE color: 78425.

HSL color Cylindrical-coordinate representation of color #593201: hue angle of 33.41º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #593201 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 50 1 -
CMYK 0 0.44 0.99 0.65
HSL 33.41º 0.98% 0.18% -
HSV(B) 33.41º 0.99% 0.35% -
XYZ 5.27 4.41 0.6 -
YUV 56.08 96.92 151.48 -
System Red Green Blue C M Y K H S L
Decimal 89 50 1 0 0.44 0.99 0.65 33.41 0.98 0.18
Hex 59 32 1 0 2C 63 41 21 62 12
Octal 131 62 1 0 54 143 101 41 142 22
Binary 1011001 110010 1 0 101100 1100011 1000001 100001 1100010 10010

Color Harmonies of #593201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593201

Black with #593201

Text Example


Text Example

White with #593201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593201; }

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

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

background-color css

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

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

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

border-color css

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

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

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