#79472C

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

Shades of Cape Palliser #79472C

Tints of Cape Palliser #79472C

Color information

#79472C (or 0x79472C) is unknown color: approx Cape Palliser. HEX triplet: 79, 47 and 2C. RGB value is (121,71,44). Sum of RGB (Red+Green+Blue) = 121+71+44=236 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.27% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 121 - color contains mainly: red. Hex color #79472C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79472C is #86B8D3. Grayscale: #535353. Windows color (decimal): -8829140 or 2901881. OLE color: 2901881.

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

Color convert

RGB1217144-
CMYK00.410.640.53
HSL21.04º46.67%32.35%-
HSV(B)21.04º63.64%47.45%-
XYZ10.598.753.51-
YUV82.87106.06155.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.27%
GREEN value IS 71 (28.12% from 255) = 30.08%
BLUE value IS 44 (17.58% from 255) = 18.64%
R=51.27%
G=30.08%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121714400.410.640.5321.0446.6732.35
Hex79472C0294035152f20
Octal1711075405110065255740
Binary111100110001111011000101001100000011010110101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79472C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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