#742B24

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

Shades of Auburn #742B24

Tints of Auburn #742B24

Color information

#742B24 (or 0x742B24) is unknown color: approx Auburn. HEX triplet: 74, 2B and 24. RGB value is (116,43,36). Sum of RGB (Red+Green+Blue) = 116+43+36=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #742B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742B24 is #8BD4DB. Grayscale: #404040. Windows color (decimal): -9163996 or 2370420. OLE color: 2370420.

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

Color convert

RGB1164336-
CMYK00.630.690.55
HSL5.25º52.63%29.8%-
HSV(B)5.25º68.97%45.49%-
XYZ8.385.572.3-
YUV64.03112.18165.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 59.49%
GREEN value IS 43 (17.19% from 255) = 22.05%
BLUE value IS 36 (14.45% from 255) = 18.46%
R=59.49%
G=22.05%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116433600.630.690.555.2552.6329.8
Hex742B2403F45375351e
Octal16453440771056756536
Binary11101001010111001000111111100010111011110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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