#743531

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

Shades of Auburn #743531

Tints of Auburn #743531

Color information

#743531 (or 0x743531) is unknown color: approx Auburn. HEX triplet: 74, 35 and 31. RGB value is (116,53,49). Sum of RGB (Red+Green+Blue) = 116+53+49=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #743531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743531 is #8BCACE. Grayscale: #474747. Windows color (decimal): -9161423 or 3224948. OLE color: 3224948.

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

Color convert

RGB1165349-
CMYK00.540.580.55
HSL3.58º40.61%32.35%-
HSV(B)3.58º57.76%45.49%-
XYZ9.036.483.68-
YUV71.38115.37159.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.21%
GREEN value IS 53 (21.09% from 255) = 24.31%
BLUE value IS 49 (19.53% from 255) = 22.48%
R=53.21%
G=24.31%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116534900.540.580.553.5840.6132.35
Hex7435310363A3742920
Octal1646561066726745140
Binary11101001101011100010110110111010110111100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743531; }

 p { color: rgb(116,53,49); }

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

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

 a { background-color: rgb(116,53,49); }

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

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

 span { border-color: rgb(116,53,49); }

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