#755932

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

Shades of Shingle Fawn #755932

Tints of Shingle Fawn #755932

Color information

#755932 (or 0x755932) is unknown color: approx Shingle Fawn. HEX triplet: 75, 59 and 32. RGB value is (117,89,50). Sum of RGB (Red+Green+Blue) = 117+89+50=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #755932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755932 is #8AA6CD. Grayscale: #5D5D5D. Windows color (decimal): -9086670 or 3299701. OLE color: 3299701.

HSL color Cylindrical-coordinate representation of color #755932: hue angle of 34.93º 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 #755932 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB1178950-
CMYK00.240.570.54
HSL34.93º40.12%32.75%-
HSV(B)34.93º57.26%45.88%-
XYZ11.4811.164.57-
YUV92.93103.78145.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 89 (35.16% from 255) = 34.77%
BLUE value IS 50 (19.92% from 255) = 19.53%
R=45.70%
G=34.77%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117895000.240.570.5434.9340.1232.75
Hex7559320183936232821
Octal165131620307166435041
Binary11101011011001110010011000111001110110100011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755932; }

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

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

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

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

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

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

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

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