#763128

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

Shades of Auburn #763128

Tints of Auburn #763128

Color information

#763128 (or 0x763128) is unknown color: approx Auburn. HEX triplet: 76, 31 and 28. RGB value is (118,49,40). Sum of RGB (Red+Green+Blue) = 118+49+40=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #763128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763128 is #89CED7. Grayscale: #444444. Windows color (decimal): -9031384 or 2634102. OLE color: 2634102.

HSL color Cylindrical-coordinate representation of color #763128: hue angle of 6.92º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #763128 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB1184940-
CMYK00.580.660.54
HSL6.92º49.37%30.98%-
HSV(B)6.92º66.1%46.27%-
XYZ8.956.22.73-
YUV68.6111.86163.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.00%
GREEN value IS 49 (19.53% from 255) = 23.67%
BLUE value IS 40 (16.02% from 255) = 19.32%
R=57.00%
G=23.67%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118494000.580.660.546.9249.3730.98
Hex76312803A42367311f
Octal16661500721026676137
Binary11101101100011010000111010100001011011011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763128; }

 p { color: rgb(118,49,40); }

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

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

 a { background-color: rgb(118,49,40); }

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

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

 span { border-color: rgb(118,49,40); }

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