#763229

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

Shades of Auburn #763229

Tints of Auburn #763229

Color information

#763229 (or 0x763229) is unknown color: approx Auburn. HEX triplet: 76, 32 and 29. RGB value is (118,50,41). Sum of RGB (Red+Green+Blue) = 118+50+41=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #763229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763229 is #89CDD6. Grayscale: #454545. Windows color (decimal): -9031127 or 2699894. OLE color: 2699894.

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

Color convert

RGB1185041-
CMYK00.580.650.54
HSL7.01º48.43%31.18%-
HSV(B)7.01º65.25%46.27%-
XYZ9.016.292.84-
YUV69.31112.03162.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.46%
GREEN value IS 50 (19.92% from 255) = 23.92%
BLUE value IS 41 (16.41% from 255) = 19.62%
R=56.46%
G=23.92%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118504100.580.650.547.0148.4331.18
Hex76322903A41367301f
Octal16662510721016676037
Binary11101101100101010010111010100000111011011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763229; }

 p { color: rgb(118,50,41); }

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

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

 a { background-color: rgb(118,50,41); }

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

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

 span { border-color: rgb(118,50,41); }

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