#70492D

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

Shades of Cape Palliser #70492D

Tints of Cape Palliser #70492D

Color information

#70492D (or 0x70492D) is unknown color: approx Cape Palliser. HEX triplet: 70, 49 and 2D. RGB value is (112,73,45). Sum of RGB (Red+Green+Blue) = 112+73+45=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #70492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70492D is #8FB6D2. Grayscale: #515151. Windows color (decimal): -9418451 or 2967920. OLE color: 2967920.

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

Color convert

RGB1127345-
CMYK00.350.600.56
HSL25.07º42.68%30.78%-
HSV(B)25.07º59.82%43.92%-
XYZ9.548.43.6-
YUV81.47107.42149.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 45 (17.97% from 255) = 19.57%
R=48.70%
G=31.74%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112734500.350.600.5625.0742.6830.78
Hex70492D0233C38192b1f
Octal160111550437470315337
Binary1110000100100110110101000111111001110001100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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