Html Css Color HEX #593412 Baker's Chocolate

📋 copy color: '#593412'

red 89 ◦ green 52 ◦ blue 18

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

Shades of Baker's Chocolate #593412

Tints of Baker's Chocolate #593412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.7%

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

R = 55.97%
G = 32.7%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#593412 (or 0x593412) is known color: Baker's Chocolate. HEX triplet: 59, 34 and 12. RGB value is (89,52,18). Sum of RGB (Red+Green+Blue) = 89+52+18=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #593412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593412 is #A6CBED. Grayscale: #3B3B3B. Windows color (decimal): -10931182 or 1193049. OLE color: 1193049.

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

Color convert

RGB 89 52 18 -
CMYK 0 0.42 0.80 0.65
HSL 28.73º 0.66% 0.21% -
HSV(B) 28.73º 0.8% 0.35% -
XYZ 5.46 4.62 1.18 -
YUV 59.19 104.76 149.26 -
System Red Green Blue C M Y K H S L
Decimal 89 52 18 0 0.42 0.80 0.65 28.73 0.66 0.21
Hex 59 34 12 0 2A 50 41 1D 42 15
Octal 131 64 22 0 52 120 101 35 102 25
Binary 1011001 110100 10010 0 101010 1010000 1000001 11101 1000010 10101

Color Harmonies of #593412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593412

Black with #593412

Text Example


Text Example

White with #593412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593412; }

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

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

background-color css

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

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

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

border-color css

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

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

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