Html Css Color HEX #593418 Baker's Chocolate

📋 copy color: '#593418'

red 89 ◦ green 52 ◦ blue 24

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

Shades of Baker's Chocolate #593418

Tints of Baker's Chocolate #593418

RGB

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

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

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

R = 53.94%
G = 31.52%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#593418 (or 0x593418) is known color: Baker's Chocolate. HEX triplet: 59, 34 and 18. RGB value is (89,52,24). Sum of RGB (Red+Green+Blue) = 89+52+24=165 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.94% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 89 - color contains mainly: red. Hex color #593418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593418 is #A6CBE7. Grayscale: #3C3C3C. Windows color (decimal): -10931176 or 1586265. OLE color: 1586265.

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

Color convert

RGB 89 52 24 -
CMYK 0 0.42 0.73 0.65
HSL 25.85º 0.58% 0.22% -
HSV(B) 25.85º 0.73% 0.35% -
XYZ 5.51 4.65 1.47 -
YUV 59.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 89 52 24 0 0.42 0.73 0.65 25.85 0.58 0.22
Hex 59 34 18 0 2A 49 41 1A 3A 16
Octal 131 64 30 0 52 111 101 32 72 26
Binary 1011001 110100 11000 0 101010 1001001 1000001 11010 111010 10110

Color Harmonies of #593418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593418

Black with #593418

Text Example


Text Example

White with #593418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593418; }

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

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

background-color css

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

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

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

border-color css

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

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

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