#704934

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

Shades of Cape Palliser #704934

Tints of Cape Palliser #704934

Color information

#704934 (or 0x704934) is unknown color: approx Cape Palliser. HEX triplet: 70, 49 and 34. RGB value is (112,73,52). Sum of RGB (Red+Green+Blue) = 112+73+52=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #704934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704934 is #8FB6CB. Grayscale: #525252. Windows color (decimal): -9418444 or 3426672. OLE color: 3426672.

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

Color convert

RGB1127352-
CMYK00.350.540.56
HSL21º36.59%32.16%-
HSV(B)21º53.57%43.92%-
XYZ9.688.464.37-
YUV82.27110.92149.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 52 (20.70% from 255) = 21.94%
R=47.26%
G=30.80%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112735200.350.540.562136.5932.16
Hex7049340233638152520
Octal160111640436670254540
Binary11100001001001110100010001111011011100010101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704934; }

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

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

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

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

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

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

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

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