Html Css Color HEX #704424 Semi-Sweet Chocolate

📋 copy color: '#704424'

red 112 ◦ green 68 ◦ blue 36

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

Shades of Semi-Sweet Chocolate #704424

Tints of Semi-Sweet Chocolate #704424

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.48%

 BLUE value IS 36 (14.45% from 255) = 16.67%

R = 51.85%
G = 31.48%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#704424 (or 0x704424) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 44 and 24. RGB value is (112,68,36). Sum of RGB (Red+Green+Blue) = 112+68+36=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #704424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704424 is #8FBBDB. Grayscale: #4D4D4D. Windows color (decimal): -9419740 or 2376816. OLE color: 2376816.

HSL color Cylindrical-coordinate representation of color #704424: hue angle of 25.26º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #704424 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 68 36 -
CMYK 0 0.39 0.68 0.56
HSL 25.26º 0.51% 0.29% -
HSV(B) 25.26º 0.68% 0.44% -
XYZ 9.07 7.71 2.68 -
YUV 77.51 104.58 152.6 -
System Red Green Blue C M Y K H S L
Decimal 112 68 36 0 0.39 0.68 0.56 25.26 0.51 0.29
Hex 70 44 24 0 27 44 38 19 33 1D
Octal 160 104 44 0 47 104 70 31 63 35
Binary 1110000 1000100 100100 0 100111 1000100 111000 11001 110011 11101

Color Harmonies of #704424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704424

Black with #704424

Text Example


Text Example

White with #704424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704424; }

 p { color: rgb(112,68,36); }

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

background-color css

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

 a { background-color: rgb(112,68,36); }

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

border-color css

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

 span { border-color: rgb(112,68,36); }

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