Html Css Color HEX #593A01 Baker's Chocolate

📋 copy color: '#593A01'

red 89 ◦ green 58 ◦ blue 1

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

Shades of Baker's Chocolate #593A01

Tints of Baker's Chocolate #593A01

RGB

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

 GREEN value IS 58 (23.05% from 255) = 39.19%

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

R = 60.14%
G = 39.19%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#593A01 (or 0x593A01) is known color: Baker's Chocolate. HEX triplet: 59, 3A and 01. RGB value is (89,58,1). Sum of RGB (Red+Green+Blue) = 89+58+1=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 58 (23.05% from 255 or 39.19% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #593A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593A01 is #A6C5FE. Grayscale: #3D3D3D. Windows color (decimal): -10929663 or 80473. OLE color: 80473.

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

Color convert

RGB 89 58 1 -
CMYK 0 0.35 0.99 0.65
HSL 38.86º 0.98% 0.18% -
HSV(B) 38.86º 0.99% 0.35% -
XYZ 5.64 5.15 0.73 -
YUV 60.77 94.27 148.13 -
System Red Green Blue C M Y K H S L
Decimal 89 58 1 0 0.35 0.99 0.65 38.86 0.98 0.18
Hex 59 3A 1 0 23 63 41 27 62 12
Octal 131 72 1 0 43 143 101 47 142 22
Binary 1011001 111010 1 0 100011 1100011 1000001 100111 1100010 10010

Color Harmonies of #593A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593A01

Black with #593A01

Text Example


Text Example

White with #593A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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