Html Css Color HEX #593013 Baker's Chocolate

📋 copy color: '#593013'

red 89 ◦ green 48 ◦ blue 19

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

Shades of Baker's Chocolate #593013

Tints of Baker's Chocolate #593013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.77%

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

R = 57.05%
G = 30.77%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#593013 (or 0x593013) is known color: Baker's Chocolate. HEX triplet: 59, 30 and 13. RGB value is (89,48,19). Sum of RGB (Red+Green+Blue) = 89+48+19=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #593013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593013 is #A6CFEC. Grayscale: #393939. Windows color (decimal): -10932205 or 1257561. OLE color: 1257561.

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

Color convert

RGB 89 48 19 -
CMYK 0 0.46 0.79 0.65
HSL 24.86º 0.65% 0.21% -
HSV(B) 24.86º 0.79% 0.35% -
XYZ 5.29 4.28 1.16 -
YUV 56.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 89 48 19 0 0.46 0.79 0.65 24.86 0.65 0.21
Hex 59 30 13 0 2E 4F 41 19 41 15
Octal 131 60 23 0 56 117 101 31 101 25
Binary 1011001 110000 10011 0 101110 1001111 1000001 11001 1000001 10101

Color Harmonies of #593013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593013

Black with #593013

Text Example


Text Example

White with #593013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593013; }

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

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

background-color css

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

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

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

border-color css

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

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

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