Html Css Color HEX #593018 Baker's Chocolate

📋 copy color: '#593018'

red 89 ◦ green 48 ◦ blue 24

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

Shades of Baker's Chocolate #593018

Tints of Baker's Chocolate #593018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.91%

R = 55.28%
G = 29.81%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#593018 (or 0x593018) is known color: Baker's Chocolate. HEX triplet: 59, 30 and 18. RGB value is (89,48,24). Sum of RGB (Red+Green+Blue) = 89+48+24=161 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.28% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 89 - color contains mainly: red. Hex color #593018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593018 is #A6CFE7. Grayscale: #393939. Windows color (decimal): -10932200 or 1585241. OLE color: 1585241.

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

Color convert

RGB 89 48 24 -
CMYK 0 0.46 0.73 0.65
HSL 22.15º 0.58% 0.22% -
HSV(B) 22.15º 0.73% 0.35% -
XYZ 5.34 4.3 1.41 -
YUV 57.52 109.08 150.45 -
System Red Green Blue C M Y K H S L
Decimal 89 48 24 0 0.46 0.73 0.65 22.15 0.58 0.22
Hex 59 30 18 0 2E 49 41 16 3A 16
Octal 131 60 30 0 56 111 101 26 72 26
Binary 1011001 110000 11000 0 101110 1001001 1000001 10110 111010 10110

Color Harmonies of #593018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593018

Black with #593018

Text Example


Text Example

White with #593018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593018; }

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

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

background-color css

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

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

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

border-color css

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

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

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