#742C26

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

Shades of Auburn #742C26

Tints of Auburn #742C26

Color information

#742C26 (or 0x742C26) is unknown color: approx Auburn. HEX triplet: 74, 2C and 26. RGB value is (116,44,38). Sum of RGB (Red+Green+Blue) = 116+44+38=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 38 (15.23% from 255 or 19.19% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #742C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742C26 is #8BD3D9. Grayscale: #404040. Windows color (decimal): -9163738 or 2501748. OLE color: 2501748.

HSL color Cylindrical-coordinate representation of color #742C26: hue angle of 4.62º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #742C26 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB1164438-
CMYK00.620.670.55
HSL4.62º50.65%30.2%-
HSV(B)4.62º67.24%45.49%-
XYZ8.455.652.48-
YUV64.84112.85164.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.59%
GREEN value IS 44 (17.58% from 255) = 22.22%
BLUE value IS 38 (15.23% from 255) = 19.19%
R=58.59%
G=22.22%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116443800.620.670.554.6250.6530.2
Hex742C2603E43375331e
Octal16454460761036756336
Binary11101001011001001100111110100001111011110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,44,38); }

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

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

 a { background-color: rgb(116,44,38); }

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

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

 span { border-color: rgb(116,44,38); }

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