#763027

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

Shades of Auburn #763027

Tints of Auburn #763027

Color information

#763027 (or 0x763027) is unknown color: approx Auburn. HEX triplet: 76, 30 and 27. RGB value is (118,48,39). Sum of RGB (Red+Green+Blue) = 118+48+39=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #763027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763027 is #89CFD8. Grayscale: #444444. Windows color (decimal): -9031641 or 2568310. OLE color: 2568310.

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

Color convert

RGB1184839-
CMYK00.590.670.54
HSL6.84º50.32%30.78%-
HSV(B)6.84º66.95%46.27%-
XYZ8.896.112.63-
YUV67.9111.69163.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.56%
GREEN value IS 48 (19.14% from 255) = 23.41%
BLUE value IS 39 (15.62% from 255) = 19.02%
R=57.56%
G=23.41%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118483900.590.670.546.8450.3230.78
Hex76302703B43367321f
Octal16660470731036676237
Binary11101101100001001110111011100001111011011111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763027; }

 p { color: rgb(118,48,39); }

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

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

 a { background-color: rgb(118,48,39); }

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

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

 span { border-color: rgb(118,48,39); }

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