#795448

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

Shades of Ironstone #795448

Tints of Ironstone #795448

Color information

#795448 (or 0x795448) is unknown color: approx Ironstone. HEX triplet: 79, 54 and 48. RGB value is (121,84,72). Sum of RGB (Red+Green+Blue) = 121+84+72=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 121 - color contains mainly: red. Hex color #795448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795448 is #86ABB7. Grayscale: #5D5D5D. Windows color (decimal): -8825784 or 4740217. OLE color: 4740217.

HSL color Cylindrical-coordinate representation of color #795448: hue angle of 14.69º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #795448 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1218472-
CMYK00.310.400.53
HSL14.69º25.39%37.84%-
HSV(B)14.69º40.5%47.45%-
XYZ12.2310.877.59-
YUV93.7115.76147.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.68%
GREEN value IS 84 (33.20% from 255) = 30.32%
BLUE value IS 72 (28.52% from 255) = 25.99%
R=43.68%
G=30.32%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121847200.310.400.5314.6925.3937.84
Hex79544801F2835f1926
Octal1711241100375065173146
Binary111100110101001001000011111101000110101111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795448; }

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

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

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

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

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

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

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

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