#73332F

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

Shades of Auburn #73332F

Tints of Auburn #73332F

Color information

#73332F (or 0x73332F) is unknown color: approx Auburn. HEX triplet: 73, 33 and 2F. RGB value is (115,51,47). Sum of RGB (Red+Green+Blue) = 115+51+47=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #73332F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73332F is #8CCCD0. Grayscale: #454545. Windows color (decimal): -9227473 or 3093363. OLE color: 3093363.

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

Color convert

RGB1155147-
CMYK00.560.590.55
HSL3.53º41.98%31.76%-
HSV(B)3.53º59.13%45.1%-
XYZ8.776.223.43-
YUV69.68115.2160.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.99%
GREEN value IS 51 (20.31% from 255) = 23.94%
BLUE value IS 47 (18.75% from 255) = 22.07%
R=53.99%
G=23.94%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115514700.560.590.553.5341.9831.76
Hex73332F0383B3742a20
Octal1636357070736745240
Binary11100111100111011110111000111011110111100101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73332F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73332F; }

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

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

<style>
 a { background-color: #73332F; }

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

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

<style>
 span { border-color: #73332F; }

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

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