#76522F

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

Shades of Shingle Fawn #76522F

Tints of Shingle Fawn #76522F

Color information

#76522F (or 0x76522F) is unknown color: approx Shingle Fawn. HEX triplet: 76, 52 and 2F. RGB value is (118,82,47). Sum of RGB (Red+Green+Blue) = 118+82+47=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76522F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76522F is #89ADD0. Grayscale: #585858. Windows color (decimal): -9022929 or 3101302. OLE color: 3101302.

HSL color Cylindrical-coordinate representation of color #76522F: hue angle of 29.58º 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 #76522F is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1188247-
CMYK00.310.600.54
HSL29.58º43.03%32.35%-
HSV(B)29.58º60.17%46.27%-
XYZ1110.094.06-
YUV88.77104.43148.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.77%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 47 (18.75% from 255) = 19.03%
R=47.77%
G=33.20%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118824700.310.600.5429.5843.0332.35
Hex76522F01F3C361e2b20
Octal166122570377466365340
Binary1110110101001010111101111111110011011011110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76522F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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