#732B2B

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

Shades of Auburn #732B2B

Tints of Auburn #732B2B

Color information

#732B2B (or 0x732B2B) is unknown color: approx Auburn. HEX triplet: 73, 2B and 2B. RGB value is (115,43,43). Sum of RGB (Red+Green+Blue) = 115+43+43=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #732B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732B2B is #8CD4D4. Grayscale: #404040. Windows color (decimal): -9229525 or 2829171. OLE color: 2829171.

HSL color Cylindrical-coordinate representation of color #732B2B: hue angle of 0º 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 #732B2B is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB1154343-
CMYK00.630.630.55
HSL45.57%30.98%-
HSV(B)62.61%45.1%-
XYZ8.375.552.92-
YUV64.53115.85164-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.21%
GREEN value IS 43 (17.19% from 255) = 21.39%
BLUE value IS 43 (17.19% from 255) = 21.39%
R=57.21%
G=21.39%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115434300.630.630.55045.5730.98
Hex732B2B03F3F3702e1f
Octal1635353077776705637
Binary11100111010111010110111111111111110111010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,43,43); }

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

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

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

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

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

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

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