#79472F

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

Shades of Cape Palliser #79472F

Tints of Cape Palliser #79472F

Color information

#79472F (or 0x79472F) is unknown color: approx Cape Palliser. HEX triplet: 79, 47 and 2F. RGB value is (121,71,47). Sum of RGB (Red+Green+Blue) = 121+71+47=239 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.63% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 121 - color contains mainly: red. Hex color #79472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79472F is #86B8D0. Grayscale: #535353. Windows color (decimal): -8829137 or 3098489. OLE color: 3098489.

HSL color Cylindrical-coordinate representation of color #79472F: hue angle of 19.46º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #79472F is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1217147-
CMYK00.410.610.53
HSL19.46º44.05%32.94%-
HSV(B)19.46º61.16%47.45%-
XYZ10.658.783.82-
YUV83.21107.56154.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.63%
GREEN value IS 71 (28.12% from 255) = 29.71%
BLUE value IS 47 (18.75% from 255) = 19.67%
R=50.63%
G=29.71%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121714700.410.610.5319.4644.0532.94
Hex79472F0293D35132c21
Octal171107570517565235441
Binary11110011000111101111010100111110111010110011101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79472F; }

 p { color: rgb(121,71,47); }

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

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

 a { background-color: rgb(121,71,47); }

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

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

 span { border-color: rgb(121,71,47); }

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