Html Css Color HEX #704328 Semi-Sweet Chocolate

📋 copy color: '#704328'

red 112 ◦ green 67 ◦ blue 40

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

Shades of Semi-Sweet Chocolate #704328

Tints of Semi-Sweet Chocolate #704328

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.59%

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

R = 51.14%
G = 30.59%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#704328 (or 0x704328) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 43 and 28. RGB value is (112,67,40). Sum of RGB (Red+Green+Blue) = 112+67+40=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #704328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704328 is #8FBCD7. Grayscale: #4D4D4D. Windows color (decimal): -9419992 or 2638704. OLE color: 2638704.

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

Color convert

RGB 112 67 40 -
CMYK 0 0.40 0.64 0.56
HSL 22.5º 0.47% 0.3% -
HSV(B) 22.5º 0.64% 0.44% -
XYZ 9.07 7.61 3 -
YUV 77.38 106.91 152.7 -
System Red Green Blue C M Y K H S L
Decimal 112 67 40 0 0.40 0.64 0.56 22.5 0.47 0.3
Hex 70 43 28 0 28 40 38 16 2F 1E
Octal 160 103 50 0 50 100 70 26 57 36
Binary 1110000 1000011 101000 0 101000 1000000 111000 10110 101111 11110

Color Harmonies of #704328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704328

Black with #704328

Text Example


Text Example

White with #704328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704328; }

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

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

background-color css

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

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

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

border-color css

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

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

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