Html Css Color HEX #593B0C Baker's Chocolate

📋 copy color: '#593B0C'

red 89 ◦ green 59 ◦ blue 12

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

Shades of Baker's Chocolate #593B0C

Tints of Baker's Chocolate #593B0C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.88%

 BLUE value IS 12 (5.08% from 255) = 7.5%

R = 55.63%
G = 36.88%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#593B0C (or 0x593B0C) is known color: Baker's Chocolate. HEX triplet: 59, 3B and 0C. RGB value is (89,59,12). Sum of RGB (Red+Green+Blue) = 89+59+12=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #593B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593B0C is #A6C4F3. Grayscale: #3E3E3E. Windows color (decimal): -10929396 or 801625. OLE color: 801625.

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

Color convert

RGB 89 59 12 -
CMYK 0 0.34 0.87 0.65
HSL 36.62º 0.76% 0.2% -
HSV(B) 36.62º 0.87% 0.35% -
XYZ 5.75 5.28 1.06 -
YUV 62.61 99.44 146.82 -
System Red Green Blue C M Y K H S L
Decimal 89 59 12 0 0.34 0.87 0.65 36.62 0.76 0.2
Hex 59 3B C 0 22 57 41 25 4C 14
Octal 131 73 14 0 42 127 101 45 114 24
Binary 1011001 111011 1100 0 100010 1010111 1000001 100101 1001100 10100

Color Harmonies of #593B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593B0C

Black with #593B0C

Text Example


Text Example

White with #593B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,59,12); }

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

background-color css

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

 a { background-color: rgb(89,59,12); }

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

border-color css

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

 span { border-color: rgb(89,59,12); }

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