Html Css Color HEX #70472A Semi-Sweet Chocolate

📋 copy color: '#70472A'

red 112 ◦ green 71 ◦ blue 42

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

Shades of Semi-Sweet Chocolate #70472A

Tints of Semi-Sweet Chocolate #70472A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.67%

R = 49.78%
G = 31.56%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#70472A (or 0x70472A) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 47 and 2A. RGB value is (112,71,42). Sum of RGB (Red+Green+Blue) = 112+71+42=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70472A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70472A is #8FB8D5. Grayscale: #505050. Windows color (decimal): -9418966 or 2770800. OLE color: 2770800.

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

Color convert

RGB 112 71 42 -
CMYK 0 0.37 0.62 0.56
HSL 24.86º 0.45% 0.3% -
HSV(B) 24.86º 0.63% 0.44% -
XYZ 9.35 8.12 3.26 -
YUV 79.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 112 71 42 0 0.37 0.62 0.56 24.86 0.45 0.3
Hex 70 47 2A 0 25 3E 38 19 2D 1E
Octal 160 107 52 0 45 76 70 31 55 36
Binary 1110000 1000111 101010 0 100101 111110 111000 11001 101101 11110

Color Harmonies of #70472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70472A

Black with #70472A

Text Example


Text Example

White with #70472A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70472A; }

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

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

background-color css

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

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

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

border-color css

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

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

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