Html Css Color HEX #593113 Baker's Chocolate

📋 copy color: '#593113'

red 89 ◦ green 49 ◦ blue 19

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

Shades of Baker's Chocolate #593113

Tints of Baker's Chocolate #593113

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.21%

 BLUE value IS 19 (7.81% from 255) = 12.1%

R = 56.69%
G = 31.21%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#593113 (or 0x593113) is known color: Baker's Chocolate. HEX triplet: 59, 31 and 13. RGB value is (89,49,19). Sum of RGB (Red+Green+Blue) = 89+49+19=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #593113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593113 is #A6CEEC. Grayscale: #393939. Windows color (decimal): -10931949 or 1257817. OLE color: 1257817.

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

Color convert

RGB 89 49 19 -
CMYK 0 0.45 0.79 0.65
HSL 25.71º 0.65% 0.21% -
HSV(B) 25.71º 0.79% 0.35% -
XYZ 5.34 4.37 1.18 -
YUV 57.54 106.25 150.44 -
System Red Green Blue C M Y K H S L
Decimal 89 49 19 0 0.45 0.79 0.65 25.71 0.65 0.21
Hex 59 31 13 0 2D 4F 41 1A 41 15
Octal 131 61 23 0 55 117 101 32 101 25
Binary 1011001 110001 10011 0 101101 1001111 1000001 11010 1000001 10101

Color Harmonies of #593113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593113

Black with #593113

Text Example


Text Example

White with #593113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593113; }

 p { color: rgb(89,49,19); }

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

background-color css

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

 a { background-color: rgb(89,49,19); }

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

border-color css

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

 span { border-color: rgb(89,49,19); }

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