Html Css Color HEX #593001 Baker's Chocolate

📋 copy color: '#593001'

red 89 ◦ green 48 ◦ blue 1

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

Shades of Baker's Chocolate #593001

Tints of Baker's Chocolate #593001

RGB

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

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

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

R = 64.49%
G = 34.78%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#593001 (or 0x593001) is known color: Baker's Chocolate. HEX triplet: 59, 30 and 01. RGB value is (89,48,1). Sum of RGB (Red+Green+Blue) = 89+48+1=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #593001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593001 is #A6CFFE. Grayscale: #373737. Windows color (decimal): -10932223 or 77913. OLE color: 77913.

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

Color convert

RGB 89 48 1 -
CMYK 0 0.46 0.99 0.65
HSL 32.05º 0.98% 0.18% -
HSV(B) 32.05º 0.99% 0.35% -
XYZ 5.18 4.24 0.57 -
YUV 54.9 97.58 152.32 -
System Red Green Blue C M Y K H S L
Decimal 89 48 1 0 0.46 0.99 0.65 32.05 0.98 0.18
Hex 59 30 1 0 2E 63 41 20 62 12
Octal 131 60 1 0 56 143 101 40 142 22
Binary 1011001 110000 1 0 101110 1100011 1000001 100000 1100010 10010

Color Harmonies of #593001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593001

Black with #593001

Text Example


Text Example

White with #593001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593001; }

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

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

background-color css

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

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

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

border-color css

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

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

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