#785549

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

Shades of Ironstone #785549

Tints of Ironstone #785549

Color information

#785549 (or 0x785549) is unknown color: approx Ironstone. HEX triplet: 78, 55 and 49. RGB value is (120,85,73). Sum of RGB (Red+Green+Blue) = 120+85+73=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #785549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785549 is #87AAB6. Grayscale: #5E5E5E. Windows color (decimal): -8891063 or 4806008. OLE color: 4806008.

HSL color Cylindrical-coordinate representation of color #785549: hue angle of 15.32º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #785549 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1208573-
CMYK00.290.390.53
HSL15.32º24.35%37.84%-
HSV(B)15.32º39.17%47.06%-
XYZ12.210.977.78-
YUV94.1116.1146.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.17%
GREEN value IS 85 (33.59% from 255) = 30.58%
BLUE value IS 73 (28.91% from 255) = 26.26%
R=43.17%
G=30.58%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120857300.290.390.5315.3224.3537.84
Hex78554901D2735f1826
Octal1701251110354765173046
Binary111100010101011001001011101100111110101111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785549; }

 p { color: rgb(120,85,73); }

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

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

 a { background-color: rgb(120,85,73); }

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

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

 span { border-color: rgb(120,85,73); }

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