#755532

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

Shades of Shingle Fawn #755532

Tints of Shingle Fawn #755532

Color information

#755532 (or 0x755532) is unknown color: approx Shingle Fawn. HEX triplet: 75, 55 and 32. RGB value is (117,85,50). Sum of RGB (Red+Green+Blue) = 117+85+50=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #755532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755532 is #8AAACD. Grayscale: #5A5A5A. Windows color (decimal): -9087694 or 3298677. OLE color: 3298677.

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

Color convert

RGB1178550-
CMYK00.270.570.54
HSL31.34º40.12%32.75%-
HSV(B)31.34º57.26%45.88%-
XYZ11.1610.514.46-
YUV90.58105.1146.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 85 (33.59% from 255) = 33.73%
BLUE value IS 50 (19.92% from 255) = 19.84%
R=46.43%
G=33.73%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117855000.270.570.5431.3440.1232.75
Hex75553201B39361f2821
Octal165125620337166375041
Binary1110101101010111001001101111100111011011111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755532; }

 p { color: rgb(117,85,50); }

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

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

 a { background-color: rgb(117,85,50); }

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

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

 span { border-color: rgb(117,85,50); }

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