#704630

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

Shades of Cape Palliser #704630

Tints of Cape Palliser #704630

Color information

#704630 (or 0x704630) is unknown color: approx Cape Palliser. HEX triplet: 70, 46 and 30. RGB value is (112,70,48). Sum of RGB (Red+Green+Blue) = 112+70+48=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #704630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704630 is #8FB9CF. Grayscale: #505050. Windows color (decimal): -9419216 or 3163760. OLE color: 3163760.

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

Color convert

RGB1127048-
CMYK00.380.570.56
HSL20.63º40%31.37%-
HSV(B)20.63º57.14%43.92%-
XYZ9.418.043.85-
YUV80.05109.91150.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 70 (27.73% from 255) = 30.43%
BLUE value IS 48 (19.14% from 255) = 20.87%
R=48.70%
G=30.43%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112704800.380.570.5620.634031.37
Hex704630026393815281f
Octal160106600467170255037
Binary1110000100011011000001001101110011110001010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704630; }

 p { color: rgb(112,70,48); }

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

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

 a { background-color: rgb(112,70,48); }

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

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

 span { border-color: rgb(112,70,48); }

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