#743430

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

Shades of Auburn #743430

Tints of Auburn #743430

Color information

#743430 (or 0x743430) is unknown color: approx Auburn. HEX triplet: 74, 34 and 30. RGB value is (116,52,48). Sum of RGB (Red+Green+Blue) = 116+52+48=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #743430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743430 is #8BCBCF. Grayscale: #464646. Windows color (decimal): -9161680 or 3159156. OLE color: 3159156.

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

Color convert

RGB1165248-
CMYK00.550.590.55
HSL3.53º41.46%32.16%-
HSV(B)3.53º58.62%45.49%-
XYZ8.966.383.56-
YUV70.68115.2160.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.70%
GREEN value IS 52 (20.70% from 255) = 24.07%
BLUE value IS 48 (19.14% from 255) = 22.22%
R=53.70%
G=24.07%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116524800.550.590.553.5341.4632.16
Hex7434300373B3742920
Octal1646460067736745140
Binary11101001101001100000110111111011110111100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743430; }

 p { color: rgb(116,52,48); }

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

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

 a { background-color: rgb(116,52,48); }

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

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

 span { border-color: rgb(116,52,48); }

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