#704734

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

Shades of Cape Palliser #704734

Tints of Cape Palliser #704734

Color information

#704734 (or 0x704734) is unknown color: approx Cape Palliser. HEX triplet: 70, 47 and 34. RGB value is (112,71,52). Sum of RGB (Red+Green+Blue) = 112+71+52=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #704734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704734 is #8FB8CB. Grayscale: #515151. Windows color (decimal): -9418956 or 3426160. OLE color: 3426160.

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

Color convert

RGB1127152-
CMYK00.370.540.56
HSL19º36.59%32.16%-
HSV(B)19º53.57%43.92%-
XYZ9.568.24.33-
YUV81.09111.58150.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.66%
GREEN value IS 71 (28.12% from 255) = 30.21%
BLUE value IS 52 (20.70% from 255) = 22.13%
R=47.66%
G=30.21%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112715200.370.540.561936.5932.16
Hex7047340253638132520
Octal160107640456670234540
Binary11100001000111110100010010111011011100010011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704734; }

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

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

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

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

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

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

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

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