#733030

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

Shades of Auburn #733030

Tints of Auburn #733030

Color information

#733030 (or 0x733030) is unknown color: approx Auburn. HEX triplet: 73, 30 and 30. RGB value is (115,48,48). Sum of RGB (Red+Green+Blue) = 115+48+48=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #733030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733030 is #8CCFCF. Grayscale: #444444. Windows color (decimal): -9228240 or 3158131. OLE color: 3158131.

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

Color convert

RGB1154848-
CMYK00.580.580.55
HSL41.1%31.96%-
HSV(B)58.26%45.1%-
XYZ8.665.973.49-
YUV68.03116.7161.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.50%
GREEN value IS 48 (19.14% from 255) = 22.75%
BLUE value IS 48 (19.14% from 255) = 22.75%
R=54.50%
G=22.75%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115484800.580.580.55041.131.96
Hex73303003A3A3702920
Octal1636060072726705140
Binary111001111000011000001110101110101101110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733030; }

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

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

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

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

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

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

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

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