#732D25

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

Shades of Auburn #732D25

Tints of Auburn #732D25

Color information

#732D25 (or 0x732D25) is unknown color: approx Auburn. HEX triplet: 73, 2D and 25. RGB value is (115,45,37). Sum of RGB (Red+Green+Blue) = 115+45+37=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #732D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732D25 is #8CD2DA. Grayscale: #414141. Windows color (decimal): -9229019 or 2436467. OLE color: 2436467.

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

Color convert

RGB1154537-
CMYK00.610.680.55
HSL6.15º51.32%29.8%-
HSV(B)6.15º67.83%45.1%-
XYZ8.345.662.4-
YUV65.02112.19163.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.38%
GREEN value IS 45 (17.97% from 255) = 22.84%
BLUE value IS 37 (14.84% from 255) = 18.78%
R=58.38%
G=22.84%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115453700.610.680.556.1551.3229.8
Hex732D2503D44376331e
Octal16355450751046766336
Binary11100111011011001010111101100010011011111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,45,37); }

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

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

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

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

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

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

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