#704B32

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

Shades of Cape Palliser #704B32

Tints of Cape Palliser #704B32

Color information

#704B32 (or 0x704B32) is unknown color: approx Cape Palliser. HEX triplet: 70, 4B and 32. RGB value is (112,75,50). Sum of RGB (Red+Green+Blue) = 112+75+50=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #704B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B32 is #8FB4CD. Grayscale: #535353. Windows color (decimal): -9417934 or 3296112. OLE color: 3296112.

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

Color convert

RGB1127550-
CMYK00.330.550.56
HSL24.19º38.27%31.76%-
HSV(B)24.19º55.36%43.92%-
XYZ9.778.714.18-
YUV83.21109.26148.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 75 (29.69% from 255) = 31.65%
BLUE value IS 50 (19.92% from 255) = 21.10%
R=47.26%
G=31.65%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112755000.330.550.5624.1938.2731.76
Hex704B320213738182620
Octal160113620416770304640
Binary11100001001011110010010000111011111100011000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704B32; }

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

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

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

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

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

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

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

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