#70462F

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

Shades of Cape Palliser #70462F

Tints of Cape Palliser #70462F

Color information

#70462F (or 0x70462F) is unknown color: approx Cape Palliser. HEX triplet: 70, 46 and 2F. RGB value is (112,70,47). Sum of RGB (Red+Green+Blue) = 112+70+47=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #70462F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70462F is #8FB9D0. Grayscale: #505050. Windows color (decimal): -9419217 or 3098224. OLE color: 3098224.

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

Color convert

RGB1127047-
CMYK00.380.580.56
HSL21.23º40.88%31.18%-
HSV(B)21.23º58.04%43.92%-
XYZ9.398.033.74-
YUV79.94109.41150.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.91%
GREEN value IS 70 (27.73% from 255) = 30.57%
BLUE value IS 47 (18.75% from 255) = 20.52%
R=48.91%
G=30.57%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112704700.380.580.5621.2340.8831.18
Hex70462F0263A3815291f
Octal160106570467270255137
Binary1110000100011010111101001101110101110001010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70462F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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