#723130

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

Shades of Auburn #723130

Tints of Auburn #723130

Color information

#723130 (or 0x723130) is unknown color: approx Auburn. HEX triplet: 72, 31 and 30. RGB value is (114,49,48). Sum of RGB (Red+Green+Blue) = 114+49+48=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #723130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723130 is #8DCECF. Grayscale: #444444. Windows color (decimal): -9293520 or 3158386. OLE color: 3158386.

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

Color convert

RGB1144948-
CMYK00.570.580.55
HSL0.91º40.74%31.76%-
HSV(B)0.91º57.89%44.71%-
XYZ8.575.993.5-
YUV68.32116.53160.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.03%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 48 (19.14% from 255) = 22.75%
R=54.03%
G=23.22%
B=22.75%

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
Decimal114494800.570.580.550.9140.7431.76
Hex7231300393A3712920
Octal1626160071726715140
Binary111001011000111000001110011110101101111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723130; }

 p { color: rgb(114,49,48); }

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

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

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

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

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

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

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