#732F2A

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

Shades of Auburn #732F2A

Tints of Auburn #732F2A

Color information

#732F2A (or 0x732F2A) is unknown color: approx Auburn. HEX triplet: 73, 2F and 2A. RGB value is (115,47,42). Sum of RGB (Red+Green+Blue) = 115+47+42=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #732F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732F2A is #8CD0D5. Grayscale: #424242. Windows color (decimal): -9228502 or 2764659. OLE color: 2764659.

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

Color convert

RGB1154742-
CMYK00.590.630.55
HSL4.11º46.5%30.78%-
HSV(B)4.11º63.48%45.1%-
XYZ8.55.852.87-
YUV66.76114.03162.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.37%
GREEN value IS 47 (18.75% from 255) = 23.04%
BLUE value IS 42 (16.80% from 255) = 20.59%
R=56.37%
G=23.04%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115474200.590.630.554.1146.530.78
Hex732F2A03B3F3742e1f
Octal1635752073776745637
Binary1110011101111101010011101111111111011110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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