Html Css Color HEX #704127 Semi-Sweet Chocolate

📋 copy color: '#704127'

red 112 ◦ green 65 ◦ blue 39

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

Shades of Semi-Sweet Chocolate #704127

Tints of Semi-Sweet Chocolate #704127

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.09%

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

R = 51.85%
G = 30.09%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#704127 (or 0x704127) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 41 and 27. RGB value is (112,65,39). Sum of RGB (Red+Green+Blue) = 112+65+39=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #704127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704127 is #8FBED8. Grayscale: #4C4C4C. Windows color (decimal): -9420505 or 2572656. OLE color: 2572656.

HSL color Cylindrical-coordinate representation of color #704127: hue angle of 21.37º 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 #704127 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 65 39 -
CMYK 0 0.42 0.65 0.56
HSL 21.37º 0.48% 0.3% -
HSV(B) 21.37º 0.65% 0.44% -
XYZ 8.94 7.37 2.87 -
YUV 76.09 107.07 153.61 -
System Red Green Blue C M Y K H S L
Decimal 112 65 39 0 0.42 0.65 0.56 21.37 0.48 0.3
Hex 70 41 27 0 2A 41 38 15 30 1E
Octal 160 101 47 0 52 101 70 25 60 36
Binary 1110000 1000001 100111 0 101010 1000001 111000 10101 110000 11110

Color Harmonies of #704127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704127

Black with #704127

Text Example


Text Example

White with #704127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704127; }

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

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

background-color css

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

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

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

border-color css

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

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

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