#733230

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

Shades of Auburn #733230

Tints of Auburn #733230

Color information

#733230 (or 0x733230) is unknown color: approx Auburn. HEX triplet: 73, 32 and 30. RGB value is (115,50,48). Sum of RGB (Red+Green+Blue) = 115+50+48=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #733230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733230 is #8CCDCF. Grayscale: #454545. Windows color (decimal): -9227728 or 3158643. OLE color: 3158643.

HSL color Cylindrical-coordinate representation of color #733230: hue angle of 1.79º 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 #733230 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1155048-
CMYK00.570.580.55
HSL1.79º41.1%31.96%-
HSV(B)1.79º58.26%45.1%-
XYZ8.746.143.52-
YUV69.21116.03160.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.99%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 48 (19.14% from 255) = 22.54%
R=53.99%
G=23.47%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115504800.570.580.551.7941.131.96
Hex7332300393A3722920
Octal1636260071726725140
Binary1110011110010110000011100111101011011110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733230; }

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

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

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

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

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

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

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

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