Html Css Color HEX #704626 Semi-Sweet Chocolate

📋 copy color: '#704626'

red 112 ◦ green 70 ◦ blue 38

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

Shades of Semi-Sweet Chocolate #704626

Tints of Semi-Sweet Chocolate #704626

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.82%

 BLUE value IS 38 (15.23% from 255) = 17.27%

R = 50.91%
G = 31.82%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#704626 (or 0x704626) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 46 and 26. RGB value is (112,70,38). Sum of RGB (Red+Green+Blue) = 112+70+38=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #704626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704626 is #8FB9D9. Grayscale: #4F4F4F. Windows color (decimal): -9419226 or 2508400. OLE color: 2508400.

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

Color convert

RGB 112 70 38 -
CMYK 0 0.38 0.66 0.56
HSL 25.95º 0.49% 0.29% -
HSV(B) 25.95º 0.66% 0.44% -
XYZ 9.22 7.97 2.89 -
YUV 78.91 104.91 151.6 -
System Red Green Blue C M Y K H S L
Decimal 112 70 38 0 0.38 0.66 0.56 25.95 0.49 0.29
Hex 70 46 26 0 26 42 38 1A 31 1D
Octal 160 106 46 0 46 102 70 32 61 35
Binary 1110000 1000110 100110 0 100110 1000010 111000 11010 110001 11101

Color Harmonies of #704626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704626

Black with #704626

Text Example


Text Example

White with #704626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704626; }

 p { color: rgb(112,70,38); }

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

background-color css

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

 a { background-color: rgb(112,70,38); }

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

border-color css

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

 span { border-color: rgb(112,70,38); }

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