#70462D

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

Shades of Cape Palliser #70462D

Tints of Cape Palliser #70462D

Color information

#70462D (or 0x70462D) is unknown color: approx Cape Palliser. HEX triplet: 70, 46 and 2D. RGB value is (112,70,45). Sum of RGB (Red+Green+Blue) = 112+70+45=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #70462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70462D is #8FB9D2. Grayscale: #4F4F4F. Windows color (decimal): -9419219 or 2967152. OLE color: 2967152.

HSL color Cylindrical-coordinate representation of color #70462D: hue angle of 22.39º 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 #70462D is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB1127045-
CMYK00.380.600.56
HSL22.39º42.68%30.78%-
HSV(B)22.39º59.82%43.92%-
XYZ9.358.013.54-
YUV79.71108.41151.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.34%
GREEN value IS 70 (27.73% from 255) = 30.84%
BLUE value IS 45 (17.97% from 255) = 19.82%
R=49.34%
G=30.84%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112704500.380.600.5622.3942.6830.78
Hex70462D0263C38162b1f
Octal160106550467470265337
Binary1110000100011010110101001101111001110001011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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