Html Css Color HEX #704220 Semi-Sweet Chocolate

📋 copy color: '#704220'

red 112 ◦ green 66 ◦ blue 32

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

Shades of Semi-Sweet Chocolate #704220

Tints of Semi-Sweet Chocolate #704220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.24%

R = 53.33%
G = 31.43%
B = 15.24%

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

#704220 (or 0x704220) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 42 and 20. RGB value is (112,66,32). Sum of RGB (Red+Green+Blue) = 112+66+32=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #704220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704220 is #8FBDDF. Grayscale: #4C4C4C. Windows color (decimal): -9420256 or 2114160. OLE color: 2114160.

HSL color Cylindrical-coordinate representation of color #704220: hue angle of 25.5º degrees, saturation: 0.56, 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 #704220 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 66 32 -
CMYK 0 0.41 0.71 0.56
HSL 25.5º 0.56% 0.28% -
HSV(B) 25.5º 0.71% 0.44% -
XYZ 8.89 7.45 2.34 -
YUV 75.88 103.24 153.76 -
System Red Green Blue C M Y K H S L
Decimal 112 66 32 0 0.41 0.71 0.56 25.5 0.56 0.28
Hex 70 42 20 0 29 47 38 1A 38 1C
Octal 160 102 40 0 51 107 70 32 70 34
Binary 1110000 1000010 100000 0 101001 1000111 111000 11010 111000 11100

Color Harmonies of #704220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704220

Black with #704220

Text Example


Text Example

White with #704220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704220; }

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

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

background-color css

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

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

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

border-color css

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

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

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