#723028

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

Shades of Auburn #723028

Tints of Auburn #723028

Color information

#723028 (or 0x723028) is unknown color: approx Auburn. HEX triplet: 72, 30 and 28. RGB value is (114,48,40). Sum of RGB (Red+Green+Blue) = 114+48+40=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #723028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723028 is #8DCFD7. Grayscale: #424242. Windows color (decimal): -9293784 or 2633842. OLE color: 2633842.

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

Color convert

RGB1144840-
CMYK00.580.650.55
HSL6.49º48.05%30.2%-
HSV(B)6.49º64.91%44.71%-
XYZ8.385.842.69-
YUV66.82112.87161.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.44%
GREEN value IS 48 (19.14% from 255) = 23.76%
BLUE value IS 40 (16.02% from 255) = 19.80%
R=56.44%
G=23.76%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114484000.580.650.556.4948.0530.2
Hex72302803A41376301e
Octal16260500721016766036
Binary11100101100001010000111010100000111011111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723028; }

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

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

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

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

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

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

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

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