Html Css Color HEX #593212 Baker's Chocolate

📋 copy color: '#593212'

red 89 ◦ green 50 ◦ blue 18

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

Shades of Baker's Chocolate #593212

Tints of Baker's Chocolate #593212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.85%

 BLUE value IS 18 (7.42% from 255) = 11.46%

R = 56.69%
G = 31.85%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#593212 (or 0x593212) is known color: Baker's Chocolate. HEX triplet: 59, 32 and 12. RGB value is (89,50,18). Sum of RGB (Red+Green+Blue) = 89+50+18=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #593212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593212 is #A6CDED. Grayscale: #3A3A3A. Windows color (decimal): -10931694 or 1192537. OLE color: 1192537.

HSL color Cylindrical-coordinate representation of color #593212: hue angle of 27.04º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #593212 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 50 18 -
CMYK 0 0.44 0.80 0.65
HSL 27.04º 0.66% 0.21% -
HSV(B) 27.04º 0.8% 0.35% -
XYZ 5.37 4.45 1.15 -
YUV 58.01 105.42 150.1 -
System Red Green Blue C M Y K H S L
Decimal 89 50 18 0 0.44 0.80 0.65 27.04 0.66 0.21
Hex 59 32 12 0 2C 50 41 1B 42 15
Octal 131 62 22 0 54 120 101 33 102 25
Binary 1011001 110010 10010 0 101100 1010000 1000001 11011 1000010 10101

Color Harmonies of #593212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593212

Black with #593212

Text Example


Text Example

White with #593212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593212; }

 p { color: rgb(89,50,18); }

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

background-color css

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

 a { background-color: rgb(89,50,18); }

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

border-color css

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

 span { border-color: rgb(89,50,18); }

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