#795446

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

Shades of Ironstone #795446

Tints of Ironstone #795446

Color information

#795446 (or 0x795446) is unknown color: approx Ironstone. HEX triplet: 79, 54 and 46. RGB value is (121,84,70). Sum of RGB (Red+Green+Blue) = 121+84+70=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 121 - color contains mainly: red. Hex color #795446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795446 is #86ABB9. Grayscale: #5D5D5D. Windows color (decimal): -8825786 or 4609145. OLE color: 4609145.

HSL color Cylindrical-coordinate representation of color #795446: hue angle of 16.47º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #795446 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1218470-
CMYK00.310.420.53
HSL16.47º26.7%37.45%-
HSV(B)16.47º42.15%47.45%-
XYZ12.1610.857.25-
YUV93.47114.76147.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 70 (27.73% from 255) = 25.45%
R=44%
G=30.55%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121847000.310.420.5316.4726.737.45
Hex79544601F2A35101b25
Octal1711241060375265203345
Binary1111001101010010001100111111010101101011000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795446; }

 p { color: rgb(121,84,70); }

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

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

 a { background-color: rgb(121,84,70); }

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

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

 span { border-color: rgb(121,84,70); }

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