#732E2A

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

Shades of Auburn #732E2A

Tints of Auburn #732E2A

Color information

#732E2A (or 0x732E2A) is unknown color: approx Auburn. HEX triplet: 73, 2E and 2A. RGB value is (115,46,42). Sum of RGB (Red+Green+Blue) = 115+46+42=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #732E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732E2A is #8CD1D5. Grayscale: #424242. Windows color (decimal): -9228758 or 2764403. OLE color: 2764403.

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

Color convert

RGB1154642-
CMYK00.60.630.55
HSL3.29º46.5%30.78%-
HSV(B)3.29º63.48%45.1%-
XYZ8.475.772.86-
YUV66.18114.36162.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.65%
GREEN value IS 46 (18.36% from 255) = 22.66%
BLUE value IS 42 (16.80% from 255) = 20.69%
R=56.65%
G=22.66%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115464200.60.630.553.2946.530.78
Hex732E2A03C3F3732e1f
Octal1635652074776735637
Binary111001110111010101001111001111111101111110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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