#785348

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

Shades of Ironstone #785348

Tints of Ironstone #785348

Color information

#785348 (or 0x785348) is unknown color: approx Ironstone. HEX triplet: 78, 53 and 48. RGB value is (120,83,72). Sum of RGB (Red+Green+Blue) = 120+83+72=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #785348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785348 is #87ACB7. Grayscale: #5C5C5C. Windows color (decimal): -8891576 or 4739960. OLE color: 4739960.

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

Color convert

RGB1208372-
CMYK00.310.400.53
HSL13.75º25%37.65%-
HSV(B)13.75º40%47.06%-
XYZ12.0110.657.55-
YUV92.81116.26147.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.64%
GREEN value IS 83 (32.81% from 255) = 30.18%
BLUE value IS 72 (28.52% from 255) = 26.18%
R=43.64%
G=30.18%
B=26.18%

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
Decimal120837200.310.400.5313.752537.65
Hex78534801F2835e1926
Octal1701231100375065163146
Binary111100010100111001000011111101000110101111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785348; }

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

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

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

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

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

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

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

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