#76542C

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

Shades of Shingle Fawn #76542C

Tints of Shingle Fawn #76542C

Color information

#76542C (or 0x76542C) is unknown color: approx Shingle Fawn. HEX triplet: 76, 54 and 2C. RGB value is (118,84,44). Sum of RGB (Red+Green+Blue) = 118+84+44=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76542C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76542C is #89ABD3. Grayscale: #595959. Windows color (decimal): -9022420 or 2905206. OLE color: 2905206.

HSL color Cylindrical-coordinate representation of color #76542C: hue angle of 32.43º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76542C is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB1188444-
CMYK00.290.630.54
HSL32.43º45.68%31.76%-
HSV(B)32.43º62.71%46.27%-
XYZ11.110.373.8-
YUV89.61102.26148.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.97%
GREEN value IS 84 (33.20% from 255) = 34.15%
BLUE value IS 44 (17.58% from 255) = 17.89%
R=47.97%
G=34.15%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118844400.290.630.5432.4345.6831.76
Hex76542C01D3F36202e20
Octal166124540357766405640
Binary11101101010100101100011101111111110110100000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76542C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76542C; }

 p { color: rgb(118,84,44); }

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

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

 a { background-color: rgb(118,84,44); }

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

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

 span { border-color: rgb(118,84,44); }

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