#732F2F

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

Shades of Auburn #732F2F

Tints of Auburn #732F2F

Color information

#732F2F (or 0x732F2F) is unknown color: approx Auburn. HEX triplet: 73, 2F and 2F. RGB value is (115,47,47). Sum of RGB (Red+Green+Blue) = 115+47+47=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #732F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732F2F is #8CD0D0. Grayscale: #434343. Windows color (decimal): -9228497 or 3092339. OLE color: 3092339.

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

Color convert

RGB1154747-
CMYK00.590.590.55
HSL41.98%31.76%-
HSV(B)59.13%45.1%-
XYZ8.65.883.37-
YUV67.33116.53162-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.02%
GREEN value IS 47 (18.75% from 255) = 22.49%
BLUE value IS 47 (18.75% from 255) = 22.49%
R=55.02%
G=22.49%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115474700.590.590.55041.9831.76
Hex732F2F03B3B3702a20
Octal1635757073736705240
Binary111001110111110111101110111110111101110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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