#755931

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

Shades of Shingle Fawn #755931

Tints of Shingle Fawn #755931

Color information

#755931 (or 0x755931) is unknown color: approx Shingle Fawn. HEX triplet: 75, 59 and 31. RGB value is (117,89,49). Sum of RGB (Red+Green+Blue) = 117+89+49=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 49 (19.53% from 255 or 19.22% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #755931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755931 is #8AA6CE. Grayscale: #5D5D5D. Windows color (decimal): -9086671 or 3234165. OLE color: 3234165.

HSL color Cylindrical-coordinate representation of color #755931: hue angle of 35.29º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #755931 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB1178949-
CMYK00.240.580.54
HSL35.29º40.96%32.55%-
HSV(B)35.29º58.12%45.88%-
XYZ11.4611.154.45-
YUV92.81103.28145.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.88%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 49 (19.53% from 255) = 19.22%
R=45.88%
G=34.90%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117894900.240.580.5435.2940.9632.55
Hex7559310183A36232921
Octal165131610307266435141
Binary11101011011001110001011000111010110110100011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755931; }

 p { color: rgb(117,89,49); }

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

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

 a { background-color: rgb(117,89,49); }

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

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

 span { border-color: rgb(117,89,49); }

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