#742F2B

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

Shades of Auburn #742F2B

Tints of Auburn #742F2B

Color information

#742F2B (or 0x742F2B) is unknown color: approx Auburn. HEX triplet: 74, 2F and 2B. RGB value is (116,47,43). Sum of RGB (Red+Green+Blue) = 116+47+43=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #742F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742F2B is #8BD0D4. Grayscale: #434343. Windows color (decimal): -9162965 or 2830196. OLE color: 2830196.

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

Color convert

RGB1164743-
CMYK00.590.630.55
HSL3.29º45.91%31.18%-
HSV(B)3.29º62.93%45.49%-
XYZ8.665.922.97-
YUV67.18114.36162.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.31%
GREEN value IS 47 (18.75% from 255) = 22.82%
BLUE value IS 43 (17.19% from 255) = 20.87%
R=56.31%
G=22.82%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116474300.590.630.553.2945.9131.18
Hex742F2B03B3F3732e1f
Octal1645753073776735637
Binary111010010111110101101110111111111101111110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742F2B; }

 p { color: rgb(116,47,43); }

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

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

 a { background-color: rgb(116,47,43); }

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

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

 span { border-color: rgb(116,47,43); }

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