#704733

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

Shades of Cape Palliser #704733

Tints of Cape Palliser #704733

Color information

#704733 (or 0x704733) is unknown color: approx Cape Palliser. HEX triplet: 70, 47 and 33. RGB value is (112,71,51). Sum of RGB (Red+Green+Blue) = 112+71+51=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #704733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704733 is #8FB8CC. Grayscale: #515151. Windows color (decimal): -9418957 or 3360624. OLE color: 3360624.

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

Color convert

RGB1127151-
CMYK00.370.540.56
HSL19.67º37.42%31.96%-
HSV(B)19.67º54.46%43.92%-
XYZ9.538.194.21-
YUV80.98111.08150.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 71 (28.12% from 255) = 30.34%
BLUE value IS 51 (20.31% from 255) = 21.79%
R=47.86%
G=30.34%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112715100.370.540.5619.6737.4231.96
Hex7047330253638142520
Octal160107630456670244540
Binary11100001000111110011010010111011011100010100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704733; }

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

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

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

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

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

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

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

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