#72332E

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

Shades of Auburn #72332E

Tints of Auburn #72332E

Color information

#72332E (or 0x72332E) is unknown color: approx Auburn. HEX triplet: 72, 33 and 2E. RGB value is (114,51,46). Sum of RGB (Red+Green+Blue) = 114+51+46=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #72332E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72332E is #8DCCD1. Grayscale: #454545. Windows color (decimal): -9293010 or 3027826. OLE color: 3027826.

HSL color Cylindrical-coordinate representation of color #72332E: hue angle of 4.41º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72332E is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB1145146-
CMYK00.550.600.55
HSL4.41º42.5%31.37%-
HSV(B)4.41º59.65%44.71%-
XYZ8.626.143.32-
YUV69.27114.87159.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.03%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 46 (18.36% from 255) = 21.80%
R=54.03%
G=24.17%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114514600.550.600.554.4142.531.37
Hex72332E0373C3742a1f
Octal1626356067746745237
Binary1110010110011101110011011111110011011110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72332E; }

 p { color: rgb(114,51,46); }

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

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

 a { background-color: rgb(114,51,46); }

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

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

 span { border-color: rgb(114,51,46); }

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