#704532

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

Shades of Cape Palliser #704532

Tints of Cape Palliser #704532

Color information

#704532 (or 0x704532) is unknown color: approx Cape Palliser. HEX triplet: 70, 45 and 32. RGB value is (112,69,50). Sum of RGB (Red+Green+Blue) = 112+69+50=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #704532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704532 is #8FBACD. Grayscale: #4F4F4F. Windows color (decimal): -9419470 or 3294576. OLE color: 3294576.

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

Color convert

RGB1126950-
CMYK00.380.550.56
HSL18.39º38.27%31.76%-
HSV(B)18.39º55.36%43.92%-
XYZ9.397.934.05-
YUV79.69111.25151.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 69 (27.34% from 255) = 29.87%
BLUE value IS 50 (19.92% from 255) = 21.65%
R=48.48%
G=29.87%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112695000.380.550.5618.3938.2731.76
Hex7045320263738122620
Octal160105620466770224640
Binary11100001000101110010010011011011111100010010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704532; }

 p { color: rgb(112,69,50); }

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

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

 a { background-color: rgb(112,69,50); }

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

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

 span { border-color: rgb(112,69,50); }

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