Html Css Color HEX #593C10 Baker's Chocolate

📋 copy color: '#593C10'

red 89 ◦ green 60 ◦ blue 16

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

Shades of Baker's Chocolate #593C10

Tints of Baker's Chocolate #593C10

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.36%

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

R = 53.94%
G = 36.36%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#593C10 (or 0x593C10) is known color: Baker's Chocolate. HEX triplet: 59, 3C and 10. RGB value is (89,60,16). Sum of RGB (Red+Green+Blue) = 89+60+16=165 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.94% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 89 - color contains mainly: red. Hex color #593C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593C10 is #A6C3EF. Grayscale: #3F3F3F. Windows color (decimal): -10929136 or 1064025. OLE color: 1064025.

HSL color Cylindrical-coordinate representation of color #593C10: hue angle of 36.16º 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 #593C10 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 60 16 -
CMYK 0 0.33 0.82 0.65
HSL 36.16º 0.7% 0.21% -
HSV(B) 36.16º 0.82% 0.35% -
XYZ 5.83 5.39 1.22 -
YUV 63.66 101.11 146.08 -
System Red Green Blue C M Y K H S L
Decimal 89 60 16 0 0.33 0.82 0.65 36.16 0.7 0.21
Hex 59 3C 10 0 21 52 41 24 46 15
Octal 131 74 20 0 41 122 101 44 106 25
Binary 1011001 111100 10000 0 100001 1010010 1000001 100100 1000110 10101

Color Harmonies of #593C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593C10

Black with #593C10

Text Example


Text Example

White with #593C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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