Html Css Color HEX #704528 Semi-Sweet Chocolate

📋 copy color: '#704528'

red 112 ◦ green 69 ◦ blue 40

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

Shades of Semi-Sweet Chocolate #704528

Tints of Semi-Sweet Chocolate #704528

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.22%

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

R = 50.68%
G = 31.22%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#704528 (or 0x704528) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 45 and 28. RGB value is (112,69,40). Sum of RGB (Red+Green+Blue) = 112+69+40=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #704528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704528 is #8FBAD7. Grayscale: #4E4E4E. Windows color (decimal): -9419480 or 2639216. OLE color: 2639216.

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

Color convert

RGB 112 69 40 -
CMYK 0 0.38 0.64 0.56
HSL 24.17º 0.47% 0.3% -
HSV(B) 24.17º 0.64% 0.44% -
XYZ 9.19 7.85 3.04 -
YUV 78.55 106.25 151.86 -
System Red Green Blue C M Y K H S L
Decimal 112 69 40 0 0.38 0.64 0.56 24.17 0.47 0.3
Hex 70 45 28 0 26 40 38 18 2F 1E
Octal 160 105 50 0 46 100 70 30 57 36
Binary 1110000 1000101 101000 0 100110 1000000 111000 11000 101111 11110

Color Harmonies of #704528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704528

Black with #704528

Text Example


Text Example

White with #704528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704528; }

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

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

background-color css

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

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

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

border-color css

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

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

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