#76352F

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

Shades of Auburn #76352F

Tints of Auburn #76352F

Color information

#76352F (or 0x76352F) is unknown color: approx Auburn. HEX triplet: 76, 35 and 2F. RGB value is (118,53,47). Sum of RGB (Red+Green+Blue) = 118+53+47=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #76352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76352F is #89CAD0. Grayscale: #474747. Windows color (decimal): -9030353 or 3093878. OLE color: 3093878.

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

Color convert

RGB1185347-
CMYK00.550.600.54
HSL5.07º43.03%32.35%-
HSV(B)5.07º60.17%46.27%-
XYZ9.266.63.48-
YUV71.75114.03160.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.13%
GREEN value IS 53 (21.09% from 255) = 24.31%
BLUE value IS 47 (18.75% from 255) = 21.56%
R=54.13%
G=24.31%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118534700.550.600.545.0743.0332.35
Hex76352F0373C3652b20
Octal1666557067746655340
Binary11101101101011011110110111111100110110101101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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