#70482F

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

Shades of Cape Palliser #70482F

Tints of Cape Palliser #70482F

Color information

#70482F (or 0x70482F) is unknown color: approx Cape Palliser. HEX triplet: 70, 48 and 2F. RGB value is (112,72,47). Sum of RGB (Red+Green+Blue) = 112+72+47=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #70482F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70482F is #8FB7D0. Grayscale: #515151. Windows color (decimal): -9418705 or 3098736. OLE color: 3098736.

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

Color convert

RGB1127247-
CMYK00.360.580.56
HSL23.08º40.88%31.18%-
HSV(B)23.08º58.04%43.92%-
XYZ9.518.283.79-
YUV81.11108.75150.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 72 (28.52% from 255) = 31.17%
BLUE value IS 47 (18.75% from 255) = 20.35%
R=48.48%
G=31.17%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112724700.360.580.5623.0840.8831.18
Hex70482F0243A3817291f
Octal160110570447270275137
Binary1110000100100010111101001001110101110001011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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