Html Css Color HEX #704221 Semi-Sweet Chocolate

📋 copy color: '#704221'

red 112 ◦ green 66 ◦ blue 33

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

Shades of Semi-Sweet Chocolate #704221

Tints of Semi-Sweet Chocolate #704221

RGB

 RED value IS 112 (44.14% from 255) = 53.08%

 GREEN value IS 66 (26.17% from 255) = 31.28%

 BLUE value IS 33 (13.28% from 255) = 15.64%

R = 53.08%
G = 31.28%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#704221 (or 0x704221) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 42 and 21. RGB value is (112,66,33). Sum of RGB (Red+Green+Blue) = 112+66+33=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #704221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704221 is #8FBDDE. Grayscale: #4C4C4C. Windows color (decimal): -9420255 or 2179696. OLE color: 2179696.

HSL color Cylindrical-coordinate representation of color #704221: hue angle of 25.06º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #704221 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 66 33 -
CMYK 0 0.41 0.71 0.56
HSL 25.06º 0.54% 0.28% -
HSV(B) 25.06º 0.71% 0.44% -
XYZ 8.9 7.45 2.41 -
YUV 75.99 103.74 153.68 -
System Red Green Blue C M Y K H S L
Decimal 112 66 33 0 0.41 0.71 0.56 25.06 0.54 0.28
Hex 70 42 21 0 29 47 38 19 36 1C
Octal 160 102 41 0 51 107 70 31 66 34
Binary 1110000 1000010 100001 0 101001 1000111 111000 11001 110110 11100

Color Harmonies of #704221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704221

Black with #704221

Text Example


Text Example

White with #704221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704221; }

 p { color: rgb(112,66,33); }

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

background-color css

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

 a { background-color: rgb(112,66,33); }

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

border-color css

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

 span { border-color: rgb(112,66,33); }

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