Html Css Color HEX #704426 Semi-Sweet Chocolate

📋 copy color: '#704426'

red 112 ◦ green 68 ◦ blue 38

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

Shades of Semi-Sweet Chocolate #704426

Tints of Semi-Sweet Chocolate #704426

RGB

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

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

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

R = 51.38%
G = 31.19%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#704426 (or 0x704426) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 44 and 26. RGB value is (112,68,38). Sum of RGB (Red+Green+Blue) = 112+68+38=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #704426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704426 is #8FBBD9. Grayscale: #4D4D4D. Windows color (decimal): -9419738 or 2507888. OLE color: 2507888.

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

Color convert

RGB 112 68 38 -
CMYK 0 0.39 0.66 0.56
HSL 24.32º 0.49% 0.29% -
HSV(B) 24.32º 0.66% 0.44% -
XYZ 9.1 7.72 2.84 -
YUV 77.74 105.58 152.44 -
System Red Green Blue C M Y K H S L
Decimal 112 68 38 0 0.39 0.66 0.56 24.32 0.49 0.29
Hex 70 44 26 0 27 42 38 18 31 1D
Octal 160 104 46 0 47 102 70 30 61 35
Binary 1110000 1000100 100110 0 100111 1000010 111000 11000 110001 11101

Color Harmonies of #704426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704426

Black with #704426

Text Example


Text Example

White with #704426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704426; }

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

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

background-color css

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

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

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

border-color css

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

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

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