Html Css Color HEX #704728 Semi-Sweet Chocolate

📋 copy color: '#704728'

red 112 ◦ green 71 ◦ blue 40

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

Shades of Semi-Sweet Chocolate #704728

Tints of Semi-Sweet Chocolate #704728

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.84%

 BLUE value IS 40 (16.02% from 255) = 17.94%

R = 50.22%
G = 31.84%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#704728 (or 0x704728) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 47 and 28. RGB value is (112,71,40). Sum of RGB (Red+Green+Blue) = 112+71+40=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #704728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704728 is #8FB8D7. Grayscale: #4F4F4F. Windows color (decimal): -9418968 or 2639728. OLE color: 2639728.

HSL color Cylindrical-coordinate representation of color #704728: hue angle of 25.83º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #704728 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 71 40 -
CMYK 0 0.37 0.64 0.56
HSL 25.83º 0.47% 0.3% -
HSV(B) 25.83º 0.64% 0.44% -
XYZ 9.32 8.1 3.08 -
YUV 79.73 105.58 151.02 -
System Red Green Blue C M Y K H S L
Decimal 112 71 40 0 0.37 0.64 0.56 25.83 0.47 0.3
Hex 70 47 28 0 25 40 38 1A 2F 1E
Octal 160 107 50 0 45 100 70 32 57 36
Binary 1110000 1000111 101000 0 100101 1000000 111000 11010 101111 11110

Color Harmonies of #704728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704728

Black with #704728

Text Example


Text Example

White with #704728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704728; }

 p { color: rgb(112,71,40); }

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

background-color css

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

 a { background-color: rgb(112,71,40); }

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

border-color css

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

 span { border-color: rgb(112,71,40); }

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