#704835

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

Shades of Cape Palliser #704835

Tints of Cape Palliser #704835

Color information

#704835 (or 0x704835) is unknown color: approx Cape Palliser. HEX triplet: 70, 48 and 35. RGB value is (112,72,53). Sum of RGB (Red+Green+Blue) = 112+72+53=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #704835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704835 is #8FB7CA. Grayscale: #515151. Windows color (decimal): -9418699 or 3491952. OLE color: 3491952.

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

Color convert

RGB1127253-
CMYK00.360.530.56
HSL19.32º35.76%32.35%-
HSV(B)19.32º52.68%43.92%-
XYZ9.648.344.47-
YUV81.79111.75149.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 72 (28.52% from 255) = 30.38%
BLUE value IS 53 (21.09% from 255) = 22.36%
R=47.26%
G=30.38%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112725300.360.530.5619.3235.7632.35
Hex7048350243538132420
Octal160110650446570234440
Binary11100001001000110101010010011010111100010011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704835; }

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

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

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

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

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

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

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

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