Html Css Color HEX #704124 Semi-Sweet Chocolate

📋 copy color: '#704124'

red 112 ◦ green 65 ◦ blue 36

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

Shades of Semi-Sweet Chocolate #704124

Tints of Semi-Sweet Chocolate #704124

RGB

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

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

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

R = 52.58%
G = 30.52%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#704124 (or 0x704124) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 41 and 24. RGB value is (112,65,36). Sum of RGB (Red+Green+Blue) = 112+65+36=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #704124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704124 is #8FBEDB. Grayscale: #4B4B4B. Windows color (decimal): -9420508 or 2376048. OLE color: 2376048.

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

Color convert

RGB 112 65 36 -
CMYK 0 0.42 0.68 0.56
HSL 22.89º 0.51% 0.29% -
HSV(B) 22.89º 0.68% 0.44% -
XYZ 8.89 7.35 2.62 -
YUV 75.75 105.57 153.86 -
System Red Green Blue C M Y K H S L
Decimal 112 65 36 0 0.42 0.68 0.56 22.89 0.51 0.29
Hex 70 41 24 0 2A 44 38 17 33 1D
Octal 160 101 44 0 52 104 70 27 63 35
Binary 1110000 1000001 100100 0 101010 1000100 111000 10111 110011 11101

Color Harmonies of #704124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704124

Black with #704124

Text Example


Text Example

White with #704124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704124; }

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

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

background-color css

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

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

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

border-color css

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

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

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