#742F29

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

Shades of Auburn #742F29

Tints of Auburn #742F29

Color information

#742F29 (or 0x742F29) is unknown color: approx Auburn. HEX triplet: 74, 2F and 29. RGB value is (116,47,41). Sum of RGB (Red+Green+Blue) = 116+47+41=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #742F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742F29 is #8BD0D6. Grayscale: #434343. Windows color (decimal): -9162967 or 2699124. OLE color: 2699124.

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

Color convert

RGB1164741-
CMYK00.590.650.55
HSL4.8º47.77%30.78%-
HSV(B)4.8º64.66%45.49%-
XYZ8.625.912.78-
YUV66.95113.36162.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.86%
GREEN value IS 47 (18.75% from 255) = 23.04%
BLUE value IS 41 (16.41% from 255) = 20.10%
R=56.86%
G=23.04%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116474100.590.650.554.847.7730.78
Hex742F2903B41375301f
Octal16457510731016756037
Binary11101001011111010010111011100000111011110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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