#704931

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

Shades of Cape Palliser #704931

Tints of Cape Palliser #704931

Color information

#704931 (or 0x704931) is unknown color: approx Cape Palliser. HEX triplet: 70, 49 and 31. RGB value is (112,73,49). Sum of RGB (Red+Green+Blue) = 112+73+49=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #704931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704931 is #8FB6CE. Grayscale: #525252. Windows color (decimal): -9418447 or 3230064. OLE color: 3230064.

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

Color convert

RGB1127349-
CMYK00.350.560.56
HSL22.86º39.13%31.57%-
HSV(B)22.86º56.25%43.92%-
XYZ9.628.434.03-
YUV81.92109.42149.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 73 (28.91% from 255) = 31.20%
BLUE value IS 49 (19.53% from 255) = 20.94%
R=47.86%
G=31.20%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112734900.350.560.5622.8639.1331.57
Hex7049310233838172720
Octal160111610437070274740
Binary11100001001001110001010001111100011100010111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704931; }

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

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

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

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

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

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

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

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