Html Css Color HEX #593411 Baker's Chocolate

📋 copy color: '#593411'

red 89 ◦ green 52 ◦ blue 17

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

Shades of Baker's Chocolate #593411

Tints of Baker's Chocolate #593411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.76%

R = 56.33%
G = 32.91%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#593411 (or 0x593411) is known color: Baker's Chocolate. HEX triplet: 59, 34 and 11. RGB value is (89,52,17). Sum of RGB (Red+Green+Blue) = 89+52+17=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #593411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593411 is #A6CBEE. Grayscale: #3B3B3B. Windows color (decimal): -10931183 or 1127513. OLE color: 1127513.

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

Color convert

RGB 89 52 17 -
CMYK 0 0.42 0.81 0.65
HSL 29.17º 0.68% 0.21% -
HSV(B) 29.17º 0.81% 0.35% -
XYZ 5.45 4.62 1.13 -
YUV 59.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 89 52 17 0 0.42 0.81 0.65 29.17 0.68 0.21
Hex 59 34 11 0 2A 51 41 1D 44 15
Octal 131 64 21 0 52 121 101 35 104 25
Binary 1011001 110100 10001 0 101010 1010001 1000001 11101 1000100 10101

Color Harmonies of #593411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593411

Black with #593411

Text Example


Text Example

White with #593411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593411; }

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

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

background-color css

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

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

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

border-color css

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

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

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