Html Css Color HEX #593A0C Baker's Chocolate

📋 copy color: '#593A0C'

red 89 ◦ green 58 ◦ blue 12

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

Shades of Baker's Chocolate #593A0C

Tints of Baker's Chocolate #593A0C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 36.48%

 BLUE value IS 12 (5.08% from 255) = 7.55%

R = 55.97%
G = 36.48%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#593A0C (or 0x593A0C) is known color: Baker's Chocolate. HEX triplet: 59, 3A and 0C. RGB value is (89,58,12). Sum of RGB (Red+Green+Blue) = 89+58+12=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #593A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593A0C is #A6C5F3. Grayscale: #3E3E3E. Windows color (decimal): -10929652 or 801369. OLE color: 801369.

HSL color Cylindrical-coordinate representation of color #593A0C: hue angle of 35.84º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #593A0C is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 58 12 -
CMYK 0 0.35 0.87 0.65
HSL 35.84º 0.76% 0.2% -
HSV(B) 35.84º 0.87% 0.35% -
XYZ 5.7 5.18 1.05 -
YUV 62.03 99.77 147.24 -
System Red Green Blue C M Y K H S L
Decimal 89 58 12 0 0.35 0.87 0.65 35.84 0.76 0.2
Hex 59 3A C 0 23 57 41 24 4C 14
Octal 131 72 14 0 43 127 101 44 114 24
Binary 1011001 111010 1100 0 100011 1010111 1000001 100100 1001100 10100

Color Harmonies of #593A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593A0C

Black with #593A0C

Text Example


Text Example

White with #593A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,58,12); }

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

background-color css

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

 a { background-color: rgb(89,58,12); }

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

border-color css

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

 span { border-color: rgb(89,58,12); }

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