#704431

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

Shades of Cape Palliser #704431

Tints of Cape Palliser #704431

Color information

#704431 (or 0x704431) is unknown color: approx Cape Palliser. HEX triplet: 70, 44 and 31. RGB value is (112,68,49). Sum of RGB (Red+Green+Blue) = 112+68+49=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #704431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704431 is #8FBBCE. Grayscale: #4F4F4F. Windows color (decimal): -9419727 or 3228784. OLE color: 3228784.

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

Color convert

RGB1126849-
CMYK00.390.560.56
HSL18.1º39.13%31.57%-
HSV(B)18.1º56.25%43.92%-
XYZ9.37.83.92-
YUV78.99111.08151.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.91%
GREEN value IS 68 (26.95% from 255) = 29.69%
BLUE value IS 49 (19.53% from 255) = 21.40%
R=48.91%
G=29.69%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112684900.390.560.5618.139.1331.57
Hex7044310273838122720
Octal160104610477070224740
Binary11100001000100110001010011111100011100010010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704431; }

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

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

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

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

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

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

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

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