Html Css Color HEX #704222 Semi-Sweet Chocolate

📋 copy color: '#704222'

red 112 ◦ green 66 ◦ blue 34

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

Shades of Semi-Sweet Chocolate #704222

Tints of Semi-Sweet Chocolate #704222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.04%

R = 52.83%
G = 31.13%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#704222 (or 0x704222) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 42 and 22. RGB value is (112,66,34). Sum of RGB (Red+Green+Blue) = 112+66+34=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #704222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704222 is #8FBDDD. Grayscale: #4C4C4C. Windows color (decimal): -9420254 or 2245232. OLE color: 2245232.

HSL color Cylindrical-coordinate representation of color #704222: hue angle of 24.62º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #704222 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 66 34 -
CMYK 0 0.41 0.70 0.56
HSL 24.62º 0.53% 0.29% -
HSV(B) 24.62º 0.7% 0.44% -
XYZ 8.92 7.46 2.48 -
YUV 76.11 104.24 153.6 -
System Red Green Blue C M Y K H S L
Decimal 112 66 34 0 0.41 0.70 0.56 24.62 0.53 0.29
Hex 70 42 22 0 29 46 38 19 35 1D
Octal 160 102 42 0 51 106 70 31 65 35
Binary 1110000 1000010 100010 0 101001 1000110 111000 11001 110101 11101

Color Harmonies of #704222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704222

Black with #704222

Text Example


Text Example

White with #704222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704222; }

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

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

background-color css

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

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

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

border-color css

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

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

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