Html Css Color HEX #593014 Baker's Chocolate

📋 copy color: '#593014'

red 89 ◦ green 48 ◦ blue 20

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

Shades of Baker's Chocolate #593014

Tints of Baker's Chocolate #593014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.74%

R = 56.69%
G = 30.57%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#593014 (or 0x593014) is known color: Baker's Chocolate. HEX triplet: 59, 30 and 14. RGB value is (89,48,20). Sum of RGB (Red+Green+Blue) = 89+48+20=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #593014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593014 is #A6CFEB. Grayscale: #393939. Windows color (decimal): -10932204 or 1323097. OLE color: 1323097.

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

Color convert

RGB 89 48 20 -
CMYK 0 0.46 0.78 0.65
HSL 24.35º 0.63% 0.21% -
HSV(B) 24.35º 0.78% 0.35% -
XYZ 5.3 4.29 1.21 -
YUV 57.07 107.08 150.78 -
System Red Green Blue C M Y K H S L
Decimal 89 48 20 0 0.46 0.78 0.65 24.35 0.63 0.21
Hex 59 30 14 0 2E 4E 41 18 3F 15
Octal 131 60 24 0 56 116 101 30 77 25
Binary 1011001 110000 10100 0 101110 1001110 1000001 11000 111111 10101

Color Harmonies of #593014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593014

Black with #593014

Text Example


Text Example

White with #593014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593014; }

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

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

background-color css

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

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

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

border-color css

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

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

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