Html Css Color HEX #704223 Semi-Sweet Chocolate

📋 copy color: '#704223'

red 112 ◦ green 66 ◦ blue 35

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

Shades of Semi-Sweet Chocolate #704223

Tints of Semi-Sweet Chocolate #704223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.43%

R = 52.58%
G = 30.99%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#704223 (or 0x704223) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 42 and 23. RGB value is (112,66,35). Sum of RGB (Red+Green+Blue) = 112+66+35=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #704223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704223 is #8FBDDC. Grayscale: #4C4C4C. Windows color (decimal): -9420253 or 2310768. OLE color: 2310768.

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

Color convert

RGB 112 66 35 -
CMYK 0 0.41 0.69 0.56
HSL 24.16º 0.52% 0.29% -
HSV(B) 24.16º 0.69% 0.44% -
XYZ 8.93 7.46 2.56 -
YUV 76.22 104.74 153.52 -
System Red Green Blue C M Y K H S L
Decimal 112 66 35 0 0.41 0.69 0.56 24.16 0.52 0.29
Hex 70 42 23 0 29 45 38 18 34 1D
Octal 160 102 43 0 51 105 70 30 64 35
Binary 1110000 1000010 100011 0 101001 1000101 111000 11000 110100 11101

Color Harmonies of #704223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704223

Black with #704223

Text Example


Text Example

White with #704223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704223; }

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

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

background-color css

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

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

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

border-color css

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

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

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