Html Css Color HEX #704227 Semi-Sweet Chocolate

📋 copy color: '#704227'

red 112 ◦ green 66 ◦ blue 39

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

Shades of Semi-Sweet Chocolate #704227

Tints of Semi-Sweet Chocolate #704227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.97%

R = 51.61%
G = 30.41%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#704227 (or 0x704227) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 42 and 27. RGB value is (112,66,39). Sum of RGB (Red+Green+Blue) = 112+66+39=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 39 (15.62% from 255 or 17.97% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #704227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704227 is #8FBDD8. Grayscale: #4C4C4C. Windows color (decimal): -9420249 or 2572912. OLE color: 2572912.

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

Color convert

RGB 112 66 39 -
CMYK 0 0.41 0.65 0.56
HSL 22.19º 0.48% 0.3% -
HSV(B) 22.19º 0.65% 0.44% -
XYZ 9 7.49 2.89 -
YUV 76.68 106.74 153.2 -
System Red Green Blue C M Y K H S L
Decimal 112 66 39 0 0.41 0.65 0.56 22.19 0.48 0.3
Hex 70 42 27 0 29 41 38 16 30 1E
Octal 160 102 47 0 51 101 70 26 60 36
Binary 1110000 1000010 100111 0 101001 1000001 111000 10110 110000 11110

Color Harmonies of #704227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704227

Black with #704227

Text Example


Text Example

White with #704227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704227; }

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

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

background-color css

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

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

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

border-color css

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

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

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