#704D33

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

Shades of Cape Palliser #704D33

Tints of Cape Palliser #704D33

Color information

#704D33 (or 0x704D33) is unknown color: approx Cape Palliser. HEX triplet: 70, 4D and 33. RGB value is (112,77,51). Sum of RGB (Red+Green+Blue) = 112+77+51=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #704D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D33 is #8FB2CC. Grayscale: #545454. Windows color (decimal): -9417421 or 3362160. OLE color: 3362160.

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

Color convert

RGB1127751-
CMYK00.310.540.56
HSL25.57º37.42%31.96%-
HSV(B)25.57º54.46%43.92%-
XYZ9.938.994.34-
YUV84.5109.1147.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.67%
GREEN value IS 77 (30.47% from 255) = 32.08%
BLUE value IS 51 (20.31% from 255) = 21.25%
R=46.67%
G=32.08%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112775100.310.540.5625.5737.4231.96
Hex704D3301F36381a2520
Octal160115630376670324540
Binary1110000100110111001101111111011011100011010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,77,51); }

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

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

 a { background-color: rgb(112,77,51); }

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

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

 span { border-color: rgb(112,77,51); }

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