#70472F

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

Shades of Cape Palliser #70472F

Tints of Cape Palliser #70472F

Color information

#70472F (or 0x70472F) is unknown color: approx Cape Palliser. HEX triplet: 70, 47 and 2F. RGB value is (112,71,47). Sum of RGB (Red+Green+Blue) = 112+71+47=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #70472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70472F is #8FB8D0. Grayscale: #505050. Windows color (decimal): -9418961 or 3098480. OLE color: 3098480.

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

Color convert

RGB1127147-
CMYK00.370.580.56
HSL22.15º40.88%31.18%-
HSV(B)22.15º58.04%43.92%-
XYZ9.458.163.77-
YUV80.52109.08150.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 71 (28.12% from 255) = 30.87%
BLUE value IS 47 (18.75% from 255) = 20.43%
R=48.70%
G=30.87%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112714700.370.580.5622.1540.8831.18
Hex70472F0253A3816291f
Octal160107570457270265137
Binary1110000100011110111101001011110101110001011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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