Html Css Color HEX #593D01 Baker's Chocolate

📋 copy color: '#593D01'

red 89 ◦ green 61 ◦ blue 1

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

Shades of Baker's Chocolate #593D01

Tints of Baker's Chocolate #593D01

RGB

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

 GREEN value IS 61 (24.22% from 255) = 40.4%

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

R = 58.94%
G = 40.4%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#593D01 (or 0x593D01) is known color: Baker's Chocolate. HEX triplet: 59, 3D and 01. RGB value is (89,61,1). Sum of RGB (Red+Green+Blue) = 89+61+1=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #593D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593D01 is #A6C2FE. Grayscale: #3E3E3E. Windows color (decimal): -10928895 or 81241. OLE color: 81241.

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

Color convert

RGB 89 61 1 -
CMYK 0 0.31 0.99 0.65
HSL 40.91º 0.98% 0.18% -
HSV(B) 40.91º 0.99% 0.35% -
XYZ 5.79 5.46 0.78 -
YUV 62.53 93.28 146.88 -
System Red Green Blue C M Y K H S L
Decimal 89 61 1 0 0.31 0.99 0.65 40.91 0.98 0.18
Hex 59 3D 1 0 1F 63 41 29 62 12
Octal 131 75 1 0 37 143 101 51 142 22
Binary 1011001 111101 1 0 11111 1100011 1000001 101001 1100010 10010

Color Harmonies of #593D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593D01

Black with #593D01

Text Example


Text Example

White with #593D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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