#79482d

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

Shades of Cape Palliser #79482D

Tints of Cape Palliser #79482D

Color information

#79482D (or 0x79482D) is unknown color: approx Cape Palliser. HEX triplet: 79, 48 and 2D. RGB value is (121,72,45). Sum of RGB (Red+Green+Blue) = 121+72+45=238 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.84% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 121 - color contains mainly: red. Hex color #79482D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79482D is #86B7D2. Grayscale: #535353. Windows color (decimal): -8828883 or 2967673. OLE color: 2967673.

HSL color Cylindrical-coordinate representation of color #79482D: hue angle of 21.32º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #79482D is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1217245-
CMYK00.400.630.53
HSL21.32º45.78%32.55%-
HSV(B)21.32º62.81%47.45%-
XYZ10.688.893.64-
YUV83.57106.23154.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.84%
GREEN value IS 72 (28.52% from 255) = 30.25%
BLUE value IS 45 (17.97% from 255) = 18.91%
R=50.84%
G=30.25%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121724500.400.630.5321.3245.7832.55
Hex79482D0283F35152e21
Octal171110550507765255641
Binary11110011001000101101010100011111111010110101101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79482d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79482d; }

 p { color: rgb(121,72,45); }

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

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

 a { background-color: rgb(121,72,45); }

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

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

 span { border-color: rgb(121,72,45); }

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