#73342E

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

Shades of Auburn #73342E

Tints of Auburn #73342E

Color information

#73342E (or 0x73342E) is unknown color: approx Auburn. HEX triplet: 73, 34 and 2E. RGB value is (115,52,46). Sum of RGB (Red+Green+Blue) = 115+52+46=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #73342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73342E is #8CCBD1. Grayscale: #464646. Windows color (decimal): -9227218 or 3028083. OLE color: 3028083.

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

Color convert

RGB1155246-
CMYK00.550.60.55
HSL5.22º42.86%31.57%-
HSV(B)5.22º60%45.1%-
XYZ8.796.33.34-
YUV70.15114.37159.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.99%
GREEN value IS 52 (20.70% from 255) = 24.41%
BLUE value IS 46 (18.36% from 255) = 21.60%
R=53.99%
G=24.41%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.6
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115524600.550.60.555.2242.8631.57
Hex73342E0373C3752b20
Octal1636456067746755340
Binary11100111101001011100110111111100110111101101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,52,46); }

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

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

 a { background-color: rgb(115,52,46); }

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

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

 span { border-color: rgb(115,52,46); }

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