#76532C

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

Shades of Shingle Fawn #76532C

Tints of Shingle Fawn #76532C

Color information

#76532C (or 0x76532C) is unknown color: approx Shingle Fawn. HEX triplet: 76, 53 and 2C. RGB value is (118,83,44). Sum of RGB (Red+Green+Blue) = 118+83+44=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76532C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76532C is #89ACD3. Grayscale: #595959. Windows color (decimal): -9022676 or 2904950. OLE color: 2904950.

HSL color Cylindrical-coordinate representation of color #76532C: hue angle of 31.62º 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 #76532C is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB1188344-
CMYK00.300.630.54
HSL31.62º45.68%31.76%-
HSV(B)31.62º62.71%46.27%-
XYZ11.0210.223.77-
YUV89.02102.6148.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 83 (32.81% from 255) = 33.88%
BLUE value IS 44 (17.58% from 255) = 17.96%
R=48.16%
G=33.88%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118834400.300.630.5431.6245.6831.76
Hex76532C01E3F36202e20
Octal166123540367766405640
Binary11101101010011101100011110111111110110100000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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