Html Css Color HEX #593301 Baker's Chocolate

📋 copy color: '#593301'

red 89 ◦ green 51 ◦ blue 1

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

Shades of Baker's Chocolate #593301

Tints of Baker's Chocolate #593301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.17%

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

R = 63.12%
G = 36.17%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#593301 (or 0x593301) is known color: Baker's Chocolate. HEX triplet: 59, 33 and 01. RGB value is (89,51,1). Sum of RGB (Red+Green+Blue) = 89+51+1=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #593301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593301 is #A6CCFE. Grayscale: #383838. Windows color (decimal): -10931455 or 78681. OLE color: 78681.

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

Color convert

RGB 89 51 1 -
CMYK 0 0.43 0.99 0.65
HSL 34.09º 0.98% 0.18% -
HSV(B) 34.09º 0.99% 0.35% -
XYZ 5.31 4.49 0.62 -
YUV 56.66 96.59 151.07 -
System Red Green Blue C M Y K H S L
Decimal 89 51 1 0 0.43 0.99 0.65 34.09 0.98 0.18
Hex 59 33 1 0 2B 63 41 22 62 12
Octal 131 63 1 0 53 143 101 42 142 22
Binary 1011001 110011 1 0 101011 1100011 1000001 100010 1100010 10010

Color Harmonies of #593301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593301

Black with #593301

Text Example


Text Example

White with #593301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593301; }

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

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

background-color css

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

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

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

border-color css

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

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

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