#70472A

Color #70472A Semi-Sweet Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Semi-Sweet Chocolate #70472A

Tints of Semi-Sweet Chocolate #70472A

Color information

#70472A (or 0x70472A) is unknown color: approx 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

RGB1127142-
CMYK00.370.620.56
HSL24.86º45.45%30.2%-
HSV(B)24.86º62.5%43.92%-
XYZ9.358.123.26-
YUV79.95106.58150.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.78%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 42 (16.80% from 255) = 18.67%
R=49.78%
G=31.56%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112714200.370.620.5624.8645.4530.2
Hex70472A0253E38192d1e
Octal160107520457670315536
Binary1110000100011110101001001011111101110001100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>