#755930

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

Shades of Shingle Fawn #755930

Tints of Shingle Fawn #755930

Color information

#755930 (or 0x755930) is unknown color: approx Shingle Fawn. HEX triplet: 75, 59 and 30. RGB value is (117,89,48). Sum of RGB (Red+Green+Blue) = 117+89+48=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #755930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755930 is #8AA6CF. Grayscale: #5C5C5C. Windows color (decimal): -9086672 or 3168629. OLE color: 3168629.

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

Color convert

RGB1178948-
CMYK00.240.590.54
HSL35.65º41.82%32.35%-
HSV(B)35.65º58.97%45.88%-
XYZ11.4411.144.34-
YUV92.7102.78145.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.06%
GREEN value IS 89 (35.16% from 255) = 35.04%
BLUE value IS 48 (19.14% from 255) = 18.90%
R=46.06%
G=35.04%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117894800.240.590.5435.6541.8232.35
Hex7559300183B36242a20
Octal165131600307366445240
Binary11101011011001110000011000111011110110100100101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755930; }

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

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

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

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

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

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

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

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