Html Css Color HEX #593501 Baker's Chocolate

📋 copy color: '#593501'

red 89 ◦ green 53 ◦ blue 1

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

Shades of Baker's Chocolate #593501

Tints of Baker's Chocolate #593501

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.06%

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

R = 62.24%
G = 37.06%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#593501 (or 0x593501) is known color: Baker's Chocolate. HEX triplet: 59, 35 and 01. RGB value is (89,53,1). Sum of RGB (Red+Green+Blue) = 89+53+1=143 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.24% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 89 - color contains mainly: red. Hex color #593501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593501 is #A6CAFE. Grayscale: #3A3A3A. Windows color (decimal): -10930943 or 79193. OLE color: 79193.

HSL color Cylindrical-coordinate representation of color #593501: hue angle of 35.45º 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 #593501 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 53 1 -
CMYK 0 0.40 0.99 0.65
HSL 35.45º 0.98% 0.18% -
HSV(B) 35.45º 0.99% 0.35% -
XYZ 5.4 4.67 0.65 -
YUV 57.84 95.93 150.23 -
System Red Green Blue C M Y K H S L
Decimal 89 53 1 0 0.40 0.99 0.65 35.45 0.98 0.18
Hex 59 35 1 0 28 63 41 23 62 12
Octal 131 65 1 0 50 143 101 43 142 22
Binary 1011001 110101 1 0 101000 1100011 1000001 100011 1100010 10010

Color Harmonies of #593501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593501

Black with #593501

Text Example


Text Example

White with #593501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593501; }

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

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

background-color css

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

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

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

border-color css

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

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

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