#732E26

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

Shades of Auburn #732E26

Tints of Auburn #732E26

Color information

#732E26 (or 0x732E26) is unknown color: approx Auburn. HEX triplet: 73, 2E and 26. RGB value is (115,46,38). Sum of RGB (Red+Green+Blue) = 115+46+38=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #732E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732E26 is #8CD1D9. Grayscale: #414141. Windows color (decimal): -9228762 or 2502259. OLE color: 2502259.

HSL color Cylindrical-coordinate representation of color #732E26: hue angle of 6.23º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #732E26 is Cyan = 0, Magento = 0.6, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB1154638-
CMYK00.60.670.55
HSL6.23º50.33%30%-
HSV(B)6.23º66.96%45.1%-
XYZ8.45.742.5-
YUV65.72112.36163.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.79%
GREEN value IS 46 (18.36% from 255) = 23.12%
BLUE value IS 38 (15.23% from 255) = 19.10%
R=57.79%
G=23.12%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115463800.60.670.556.2350.3330
Hex732E2603C43376321e
Octal16356460741036766236
Binary11100111011101001100111100100001111011111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732E26; }

 p { color: rgb(115,46,38); }

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

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

 a { background-color: rgb(115,46,38); }

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

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

 span { border-color: rgb(115,46,38); }

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