Html Css Color HEX #593D16 Baker's Chocolate

📋 copy color: '#593D16'

red 89 ◦ green 61 ◦ blue 22

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

Shades of Baker's Chocolate #593D16

Tints of Baker's Chocolate #593D16

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.47%

 BLUE value IS 22 (8.98% from 255) = 12.79%

R = 51.74%
G = 35.47%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#593D16 (or 0x593D16) is known color: Baker's Chocolate. HEX triplet: 59, 3D and 16. RGB value is (89,61,22). Sum of RGB (Red+Green+Blue) = 89+61+22=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #593D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593D16 is #A6C2E9. Grayscale: #414141. Windows color (decimal): -10928874 or 1457497. OLE color: 1457497.

HSL color Cylindrical-coordinate representation of color #593D16: hue angle of 34.93º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #593D16 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 61 22 -
CMYK 0 0.31 0.75 0.65
HSL 34.93º 0.6% 0.22% -
HSV(B) 34.93º 0.75% 0.35% -
XYZ 5.93 5.52 1.51 -
YUV 64.93 103.78 145.17 -
System Red Green Blue C M Y K H S L
Decimal 89 61 22 0 0.31 0.75 0.65 34.93 0.6 0.22
Hex 59 3D 16 0 1F 4B 41 23 3C 16
Octal 131 75 26 0 37 113 101 43 74 26
Binary 1011001 111101 10110 0 11111 1001011 1000001 100011 111100 10110

Color Harmonies of #593D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593D16

Black with #593D16

Text Example


Text Example

White with #593D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,61,22); }

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

background-color css

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

 a { background-color: rgb(89,61,22); }

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

border-color css

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

 span { border-color: rgb(89,61,22); }

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