Html Css Color HEX #593C0B Baker's Chocolate

📋 copy color: '#593C0B'

red 89 ◦ green 60 ◦ blue 11

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

Shades of Baker's Chocolate #593C0B

Tints of Baker's Chocolate #593C0B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.5%

 BLUE value IS 11 (4.69% from 255) = 6.88%

R = 55.63%
G = 37.5%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#593C0B (or 0x593C0B) is known color: Baker's Chocolate. HEX triplet: 59, 3C and 0B. RGB value is (89,60,11). Sum of RGB (Red+Green+Blue) = 89+60+11=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #593C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593C0B is #A6C3F4. Grayscale: #3F3F3F. Windows color (decimal): -10929141 or 736345. OLE color: 736345.

HSL color Cylindrical-coordinate representation of color #593C0B: hue angle of 37.69º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #593C0B is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 60 11 -
CMYK 0 0.33 0.88 0.65
HSL 37.69º 0.78% 0.2% -
HSV(B) 37.69º 0.88% 0.35% -
XYZ 5.8 5.38 1.05 -
YUV 63.09 98.61 146.48 -
System Red Green Blue C M Y K H S L
Decimal 89 60 11 0 0.33 0.88 0.65 37.69 0.78 0.2
Hex 59 3C B 0 21 58 41 26 4E 14
Octal 131 74 13 0 41 130 101 46 116 24
Binary 1011001 111100 1011 0 100001 1011000 1000001 100110 1001110 10100

Color Harmonies of #593C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593C0B

Black with #593C0B

Text Example


Text Example

White with #593C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,60,11); }

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

background-color css

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

 a { background-color: rgb(89,60,11); }

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

border-color css

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

 span { border-color: rgb(89,60,11); }

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