Html Css Color HEX #593410 Baker's Chocolate

📋 copy color: '#593410'

red 89 ◦ green 52 ◦ blue 16

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

Shades of Baker's Chocolate #593410

Tints of Baker's Chocolate #593410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.19%

R = 56.69%
G = 33.12%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#593410 (or 0x593410) is known color: Baker's Chocolate. HEX triplet: 59, 34 and 10. RGB value is (89,52,16). Sum of RGB (Red+Green+Blue) = 89+52+16=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #593410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593410 is #A6CBEF. Grayscale: #3B3B3B. Windows color (decimal): -10931184 or 1061977. OLE color: 1061977.

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

Color convert

RGB 89 52 16 -
CMYK 0 0.42 0.82 0.65
HSL 29.59º 0.7% 0.21% -
HSV(B) 29.59º 0.82% 0.35% -
XYZ 5.44 4.62 1.09 -
YUV 58.96 103.76 149.43 -
System Red Green Blue C M Y K H S L
Decimal 89 52 16 0 0.42 0.82 0.65 29.59 0.7 0.21
Hex 59 34 10 0 2A 52 41 1E 46 15
Octal 131 64 20 0 52 122 101 36 106 25
Binary 1011001 110100 10000 0 101010 1010010 1000001 11110 1000110 10101

Color Harmonies of #593410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593410

Black with #593410

Text Example


Text Example

White with #593410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593410; }

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

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

background-color css

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

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

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

border-color css

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

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

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