#70472E

Color #70472E Cape Palliser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Palliser #70472E

Tints of Cape Palliser #70472E

Color information

#70472E (or 0x70472E) is unknown color: approx Cape Palliser. HEX triplet: 70, 47 and 2E. RGB value is (112,71,46). Sum of RGB (Red+Green+Blue) = 112+71+46=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #70472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70472E is #8FB8D1. Grayscale: #505050. Windows color (decimal): -9418962 or 3032944. OLE color: 3032944.

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

Color convert

RGB1127146-
CMYK00.370.590.56
HSL22.73º41.77%30.98%-
HSV(B)22.73º58.93%43.92%-
XYZ9.438.153.66-
YUV80.41108.58150.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.91%
GREEN value IS 71 (28.12% from 255) = 31.00%
BLUE value IS 46 (18.36% from 255) = 20.09%
R=48.91%
G=31.00%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112714600.370.590.5622.7341.7730.98
Hex70472E0253B38172a1f
Octal160107560457370275237
Binary1110000100011110111001001011110111110001011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70472E;
 }
 .AnyTagClassName
 {
   color: #70472E;
 }
</style>
background-color css

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

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

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

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

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

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