#70452F

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

Shades of Cape Palliser #70452F

Tints of Cape Palliser #70452F

Color information

#70452F (or 0x70452F) is unknown color: approx Cape Palliser. HEX triplet: 70, 45 and 2F. RGB value is (112,69,47). Sum of RGB (Red+Green+Blue) = 112+69+47=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70452F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70452F is #8FBAD0. Grayscale: #4F4F4F. Windows color (decimal): -9419473 or 3097968. OLE color: 3097968.

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

Color convert

RGB1126947-
CMYK00.380.580.56
HSL20.31º40.88%31.18%-
HSV(B)20.31º58.04%43.92%-
XYZ9.327.913.72-
YUV79.35109.75151.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.12%
GREEN value IS 69 (27.34% from 255) = 30.26%
BLUE value IS 47 (18.75% from 255) = 20.61%
R=49.12%
G=30.26%
B=20.61%

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
Decimal112694700.380.580.5620.3140.8831.18
Hex70452F0263A3814291f
Octal160105570467270245137
Binary1110000100010110111101001101110101110001010010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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