#70472D

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

Shades of Cape Palliser #70472D

Tints of Cape Palliser #70472D

Color information

#70472D (or 0x70472D) is unknown color: approx Cape Palliser. HEX triplet: 70, 47 and 2D. RGB value is (112,71,45). Sum of RGB (Red+Green+Blue) = 112+71+45=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70472D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70472D is #8FB8D2. Grayscale: #505050. Windows color (decimal): -9418963 or 2967408. OLE color: 2967408.

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

Color convert

RGB1127145-
CMYK00.370.600.56
HSL23.28º42.68%30.78%-
HSV(B)23.28º59.82%43.92%-
XYZ9.418.143.56-
YUV80.29108.08150.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.12%
GREEN value IS 71 (28.12% from 255) = 31.14%
BLUE value IS 45 (17.97% from 255) = 19.74%
R=49.12%
G=31.14%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112714500.370.600.5623.2842.6830.78
Hex70472D0253C38172b1f
Octal160107550457470275337
Binary1110000100011110110101001011111001110001011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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