#755631

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

Shades of Shingle Fawn #755631

Tints of Shingle Fawn #755631

Color information

#755631 (or 0x755631) is unknown color: approx Shingle Fawn. HEX triplet: 75, 56 and 31. RGB value is (117,86,49). Sum of RGB (Red+Green+Blue) = 117+86+49=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #755631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755631 is #8AA9CE. Grayscale: #5B5B5B. Windows color (decimal): -9087439 or 3233397. OLE color: 3233397.

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

Color convert

RGB1178649-
CMYK00.260.580.54
HSL32.65º40.96%32.55%-
HSV(B)32.65º58.12%45.88%-
XYZ11.2210.664.37-
YUV91.05104.27146.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 86 (33.98% from 255) = 34.13%
BLUE value IS 49 (19.53% from 255) = 19.44%
R=46.43%
G=34.13%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117864900.260.580.5432.6540.9632.55
Hex75563101A3A36212921
Octal165126610327266415141
Binary11101011010110110001011010111010110110100001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755631; }

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

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

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

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

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

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

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

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