#704833

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

Shades of Cape Palliser #704833

Tints of Cape Palliser #704833

Color information

#704833 (or 0x704833) is unknown color: approx Cape Palliser. HEX triplet: 70, 48 and 33. RGB value is (112,72,51). Sum of RGB (Red+Green+Blue) = 112+72+51=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #704833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704833 is #8FB7CC. Grayscale: #515151. Windows color (decimal): -9418701 or 3360880. OLE color: 3360880.

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

Color convert

RGB1127251-
CMYK00.360.540.56
HSL20.66º37.42%31.96%-
HSV(B)20.66º54.46%43.92%-
XYZ9.68.324.23-
YUV81.57110.75149.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.66%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 51 (20.31% from 255) = 21.70%
R=47.66%
G=30.64%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112725100.360.540.5620.6637.4231.96
Hex7048330243638152520
Octal160110630446670254540
Binary11100001001000110011010010011011011100010101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704833; }

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

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

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

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

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

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

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

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