#704732

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

Shades of Cape Palliser #704732

Tints of Cape Palliser #704732

Color information

#704732 (or 0x704732) is unknown color: approx Cape Palliser. HEX triplet: 70, 47 and 32. RGB value is (112,71,50). Sum of RGB (Red+Green+Blue) = 112+71+50=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #704732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704732 is #8FB8CD. Grayscale: #505050. Windows color (decimal): -9418958 or 3295088. OLE color: 3295088.

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

Color convert

RGB1127150-
CMYK00.370.550.56
HSL20.32º38.27%31.76%-
HSV(B)20.32º55.36%43.92%-
XYZ9.518.184.1-
YUV80.86110.58150.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.07%
GREEN value IS 71 (28.12% from 255) = 30.47%
BLUE value IS 50 (19.92% from 255) = 21.46%
R=48.07%
G=30.47%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112715000.370.550.5620.3238.2731.76
Hex7047320253738142620
Octal160107620456770244640
Binary11100001000111110010010010111011111100010100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704732; }

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

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

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

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

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

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

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

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