#723230

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

Shades of Auburn #723230

Tints of Auburn #723230

Color information

#723230 (or 0x723230) is unknown color: approx Auburn. HEX triplet: 72, 32 and 30. RGB value is (114,50,48). Sum of RGB (Red+Green+Blue) = 114+50+48=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #723230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723230 is #8DCDCF. Grayscale: #444444. Windows color (decimal): -9293264 or 3158642. OLE color: 3158642.

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

Color convert

RGB1145048-
CMYK00.560.580.55
HSL1.82º40.74%31.76%-
HSV(B)1.82º57.89%44.71%-
XYZ8.616.073.51-
YUV68.91116.2160.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.77%
GREEN value IS 50 (19.92% from 255) = 23.58%
BLUE value IS 48 (19.14% from 255) = 22.64%
R=53.77%
G=23.58%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114504800.560.580.551.8240.7431.76
Hex7232300383A3722920
Octal1626260070726725140
Binary1110010110010110000011100011101011011110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723230; }

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

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

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

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

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

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

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

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