#785448

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

Shades of Ironstone #785448

Tints of Ironstone #785448

Color information

#785448 (or 0x785448) is unknown color: approx Ironstone. HEX triplet: 78, 54 and 48. RGB value is (120,84,72). Sum of RGB (Red+Green+Blue) = 120+84+72=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #785448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785448 is #87ABB7. Grayscale: #5D5D5D. Windows color (decimal): -8891320 or 4740216. OLE color: 4740216.

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

Color convert

RGB1208472-
CMYK00.30.400.53
HSL15º25%37.65%-
HSV(B)15º40%47.06%-
XYZ12.0910.87.58-
YUV93.4115.93146.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.48%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 72 (28.52% from 255) = 26.09%
R=43.48%
G=30.43%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120847200.30.400.53152537.65
Hex78544801E2835f1926
Octal1701241100365065173146
Binary111100010101001001000011110101000110101111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785448; }

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

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

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

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

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

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

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

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