Html Css Color HEX #593419 Baker's Chocolate

📋 copy color: '#593419'

red 89 ◦ green 52 ◦ blue 25

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

Shades of Baker's Chocolate #593419

Tints of Baker's Chocolate #593419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.06%

R = 53.61%
G = 31.33%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#593419 (or 0x593419) is known color: Baker's Chocolate. HEX triplet: 59, 34 and 19. RGB value is (89,52,25). Sum of RGB (Red+Green+Blue) = 89+52+25=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #593419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593419 is #A6CBE6. Grayscale: #3C3C3C. Windows color (decimal): -10931175 or 1651801. OLE color: 1651801.

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

Color convert

RGB 89 52 25 -
CMYK 0 0.42 0.72 0.65
HSL 25.31º 0.56% 0.22% -
HSV(B) 25.31º 0.72% 0.35% -
XYZ 5.52 4.65 1.53 -
YUV 59.99 108.26 148.7 -
System Red Green Blue C M Y K H S L
Decimal 89 52 25 0 0.42 0.72 0.65 25.31 0.56 0.22
Hex 59 34 19 0 2A 48 41 19 38 16
Octal 131 64 31 0 52 110 101 31 70 26
Binary 1011001 110100 11001 0 101010 1001000 1000001 11001 111000 10110

Color Harmonies of #593419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593419

Black with #593419

Text Example


Text Example

White with #593419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593419; }

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

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

background-color css

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

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

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

border-color css

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

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

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