Html Css Color HEX #704122 Semi-Sweet Chocolate

📋 copy color: '#704122'

red 112 ◦ green 65 ◦ blue 34

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

Shades of Semi-Sweet Chocolate #704122

Tints of Semi-Sweet Chocolate #704122

RGB

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

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

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

R = 53.08%
G = 30.81%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#704122 (or 0x704122) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 41 and 22. RGB value is (112,65,34). Sum of RGB (Red+Green+Blue) = 112+65+34=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 34 (13.67% from 255 or 16.11% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #704122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704122 is #8FBEDD. Grayscale: #4B4B4B. Windows color (decimal): -9420510 or 2244976. OLE color: 2244976.

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

Color convert

RGB 112 65 34 -
CMYK 0 0.42 0.70 0.56
HSL 23.85º 0.53% 0.29% -
HSV(B) 23.85º 0.7% 0.44% -
XYZ 8.86 7.34 2.46 -
YUV 75.52 104.57 154.02 -
System Red Green Blue C M Y K H S L
Decimal 112 65 34 0 0.42 0.70 0.56 23.85 0.53 0.29
Hex 70 41 22 0 2A 46 38 18 35 1D
Octal 160 101 42 0 52 106 70 30 65 35
Binary 1110000 1000001 100010 0 101010 1000110 111000 11000 110101 11101

Color Harmonies of #704122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704122

Black with #704122

Text Example


Text Example

White with #704122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704122; }

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

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

background-color css

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

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

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

border-color css

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

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

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