#795148

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

Shades of Ironstone #795148

Tints of Ironstone #795148

Color information

#795148 (or 0x795148) is unknown color: approx Ironstone. HEX triplet: 79, 51 and 48. RGB value is (121,81,72). Sum of RGB (Red+Green+Blue) = 121+81+72=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 121 - color contains mainly: red. Hex color #795148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795148 is #86AEB7. Grayscale: #5C5C5C. Windows color (decimal): -8826552 or 4739449. OLE color: 4739449.

HSL color Cylindrical-coordinate representation of color #795148: hue angle of 11.02º 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 #795148 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1218172-
CMYK00.330.400.53
HSL11.02º25.39%37.84%-
HSV(B)11.02º40.5%47.45%-
XYZ1210.427.51-
YUV91.93116.75148.73-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.16%
GREEN value IS 81 (32.03% from 255) = 29.56%
BLUE value IS 72 (28.52% from 255) = 26.28%
R=44.16%
G=29.56%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121817200.330.400.5311.0225.3937.84
Hex7951480212835b1926
Octal1711211100415065133146
Binary1111001101000110010000100001101000110101101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795148; }

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

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

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

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

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

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

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

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