#76552F

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

Shades of Shingle Fawn #76552F

Tints of Shingle Fawn #76552F

Color information

#76552F (or 0x76552F) is unknown color: approx Shingle Fawn. HEX triplet: 76, 55 and 2F. RGB value is (118,85,47). Sum of RGB (Red+Green+Blue) = 118+85+47=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #76552F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76552F is #89AAD0. Grayscale: #5A5A5A. Windows color (decimal): -9022161 or 3102070. OLE color: 3102070.

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

Color convert

RGB1188547-
CMYK00.280.600.54
HSL32.11º43.03%32.35%-
HSV(B)32.11º60.17%46.27%-
XYZ11.2310.554.13-
YUV90.54103.43147.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.2%
GREEN value IS 85 (33.59% from 255) = 34%
BLUE value IS 47 (18.75% from 255) = 18.8%
R=47.2%
G=34%
B=18.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118854700.280.600.5432.1143.0332.35
Hex76552F01C3C36202b20
Octal166125570347466405340
Binary11101101010101101111011100111100110110100000101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76552F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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