#76552D

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

Shades of Shingle Fawn #76552D

Tints of Shingle Fawn #76552D

Color information

#76552D (or 0x76552D) is unknown color: approx Shingle Fawn. HEX triplet: 76, 55 and 2D. RGB value is (118,85,45). Sum of RGB (Red+Green+Blue) = 118+85+45=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76552D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76552D is #89AAD2. Grayscale: #5A5A5A. Windows color (decimal): -9022163 or 2970998. OLE color: 2970998.

HSL color Cylindrical-coordinate representation of color #76552D: hue angle of 32.88º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76552D is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1188545-
CMYK00.280.620.54
HSL32.88º44.79%31.96%-
HSV(B)32.88º61.86%46.27%-
XYZ11.1910.543.93-
YUV90.31102.43147.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 85 (33.59% from 255) = 34.27%
BLUE value IS 45 (17.97% from 255) = 18.15%
R=47.58%
G=34.27%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118854500.280.620.5432.8844.7931.96
Hex76552D01C3E36212d20
Octal166125550347666415540
Binary11101101010101101101011100111110110110100001101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76552D; }

 p { color: rgb(118,85,45); }

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

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

 a { background-color: rgb(118,85,45); }

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

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

 span { border-color: rgb(118,85,45); }

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