Html Css Color HEX #593512 Baker's Chocolate

📋 copy color: '#593512'

red 89 ◦ green 53 ◦ blue 18

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

Shades of Baker's Chocolate #593512

Tints of Baker's Chocolate #593512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.13%

 BLUE value IS 18 (7.42% from 255) = 11.25%

R = 55.63%
G = 33.13%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#593512 (or 0x593512) is known color: Baker's Chocolate. HEX triplet: 59, 35 and 12. RGB value is (89,53,18). Sum of RGB (Red+Green+Blue) = 89+53+18=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #593512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593512 is #A6CAED. Grayscale: #3B3B3B. Windows color (decimal): -10930926 or 1193305. OLE color: 1193305.

HSL color Cylindrical-coordinate representation of color #593512: hue angle of 29.58º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #593512 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 53 18 -
CMYK 0 0.40 0.80 0.65
HSL 29.58º 0.66% 0.21% -
HSV(B) 29.58º 0.8% 0.35% -
XYZ 5.5 4.71 1.19 -
YUV 59.77 104.43 148.85 -
System Red Green Blue C M Y K H S L
Decimal 89 53 18 0 0.40 0.80 0.65 29.58 0.66 0.21
Hex 59 35 12 0 28 50 41 1E 42 15
Octal 131 65 22 0 50 120 101 36 102 25
Binary 1011001 110101 10010 0 101000 1010000 1000001 11110 1000010 10101

Color Harmonies of #593512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593512

Black with #593512

Text Example


Text Example

White with #593512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593512; }

 p { color: rgb(89,53,18); }

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

background-color css

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

 a { background-color: rgb(89,53,18); }

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

border-color css

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

 span { border-color: rgb(89,53,18); }

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