#742B26

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

Shades of Auburn #742B26

Tints of Auburn #742B26

Color information

#742B26 (or 0x742B26) is unknown color: approx Auburn. HEX triplet: 74, 2B and 26. RGB value is (116,43,38). Sum of RGB (Red+Green+Blue) = 116+43+38=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #742B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742B26 is #8BD4D9. Grayscale: #404040. Windows color (decimal): -9163994 or 2501492. OLE color: 2501492.

HSL color Cylindrical-coordinate representation of color #742B26: hue angle of 3.85º 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 #742B26 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB1164338-
CMYK00.630.670.55
HSL3.85º50.65%30.2%-
HSV(B)3.85º67.24%45.49%-
XYZ8.425.582.47-
YUV64.26113.18164.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.88%
GREEN value IS 43 (17.19% from 255) = 21.83%
BLUE value IS 38 (15.23% from 255) = 19.29%
R=58.88%
G=21.83%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116433800.630.670.553.8550.6530.2
Hex742B2603F43374331e
Octal16453460771036746336
Binary11101001010111001100111111100001111011110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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