#775349

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

Shades of Ironstone #775349

Tints of Ironstone #775349

Color information

#775349 (or 0x775349) is unknown color: approx Ironstone. HEX triplet: 77, 53 and 49. RGB value is (119,83,73). Sum of RGB (Red+Green+Blue) = 119+83+73=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #775349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775349 is #88ACB6. Grayscale: #5C5C5C. Windows color (decimal): -8957111 or 4805495. OLE color: 4805495.

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

Color convert

RGB1198373-
CMYK00.300.390.53
HSL13.04º23.96%37.65%-
HSV(B)13.04º38.66%46.67%-
XYZ11.910.597.72-
YUV92.62116.93146.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 83 (32.81% from 255) = 30.18%
BLUE value IS 73 (28.91% from 255) = 26.55%
R=43.27%
G=30.18%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119837300.300.390.5313.0423.9637.65
Hex77534901E2735d1826
Octal1671231110364765153046
Binary111011110100111001001011110100111110101110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775349; }

 p { color: rgb(119,83,73); }

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

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

 a { background-color: rgb(119,83,73); }

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

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

 span { border-color: rgb(119,83,73); }

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