Html Css Color HEX #593D14 Baker's Chocolate

📋 copy color: '#593D14'

red 89 ◦ green 61 ◦ blue 20

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

Shades of Baker's Chocolate #593D14

Tints of Baker's Chocolate #593D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.76%

R = 52.35%
G = 35.88%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#593D14 (or 0x593D14) is known color: Baker's Chocolate. HEX triplet: 59, 3D and 14. RGB value is (89,61,20). Sum of RGB (Red+Green+Blue) = 89+61+20=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #593D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593D14 is #A6C2EB. Grayscale: #404040. Windows color (decimal): -10928876 or 1326425. OLE color: 1326425.

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

Color convert

RGB 89 61 20 -
CMYK 0 0.31 0.78 0.65
HSL 35.65º 0.63% 0.21% -
HSV(B) 35.65º 0.78% 0.35% -
XYZ 5.91 5.51 1.41 -
YUV 64.7 102.78 145.33 -
System Red Green Blue C M Y K H S L
Decimal 89 61 20 0 0.31 0.78 0.65 35.65 0.63 0.21
Hex 59 3D 14 0 1F 4E 41 24 3F 15
Octal 131 75 24 0 37 116 101 44 77 25
Binary 1011001 111101 10100 0 11111 1001110 1000001 100100 111111 10101

Color Harmonies of #593D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593D14

Black with #593D14

Text Example


Text Example

White with #593D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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