#775348

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

Shades of Ironstone #775348

Tints of Ironstone #775348

Color information

#775348 (or 0x775348) is unknown color: approx Ironstone. HEX triplet: 77, 53 and 48. RGB value is (119,83,72). Sum of RGB (Red+Green+Blue) = 119+83+72=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #775348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775348 is #88ACB7. Grayscale: #5C5C5C. Windows color (decimal): -8957112 or 4739959. OLE color: 4739959.

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

Color convert

RGB1198372-
CMYK00.300.390.53
HSL14.04º24.61%37.45%-
HSV(B)14.04º39.5%46.67%-
XYZ11.8710.587.55-
YUV92.51116.43146.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.43%
GREEN value IS 83 (32.81% from 255) = 30.29%
BLUE value IS 72 (28.52% from 255) = 26.28%
R=43.43%
G=30.29%
B=26.28%

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
Decimal119837200.300.390.5314.0424.6137.45
Hex77534801E2735e1925
Octal1671231100364765163145
Binary111011110100111001000011110100111110101111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775348; }

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

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

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

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

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

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

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

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