#704935

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

Shades of Cape Palliser #704935

Tints of Cape Palliser #704935

Color information

#704935 (or 0x704935) is unknown color: approx Cape Palliser. HEX triplet: 70, 49 and 35. RGB value is (112,73,53). Sum of RGB (Red+Green+Blue) = 112+73+53=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #704935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704935 is #8FB6CA. Grayscale: #525252. Windows color (decimal): -9418443 or 3492208. OLE color: 3492208.

HSL color Cylindrical-coordinate representation of color #704935: hue angle of 20.34º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #704935 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB1127353-
CMYK00.350.530.56
HSL20.34º35.76%32.35%-
HSV(B)20.34º52.68%43.92%-
XYZ9.718.474.49-
YUV82.38111.42149.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.06%
GREEN value IS 73 (28.91% from 255) = 30.67%
BLUE value IS 53 (21.09% from 255) = 22.27%
R=47.06%
G=30.67%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112735300.350.530.5620.3435.7632.35
Hex7049350233538142420
Octal160111650436570244440
Binary11100001001001110101010001111010111100010100100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704935; }

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

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

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

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

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

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

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

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