#742B28

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

Shades of Auburn #742B28

Tints of Auburn #742B28

Color information

#742B28 (or 0x742B28) is unknown color: approx Auburn. HEX triplet: 74, 2B and 28. RGB value is (116,43,40). Sum of RGB (Red+Green+Blue) = 116+43+40=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #742B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742B28 is #8BD4D7. Grayscale: #404040. Windows color (decimal): -9163992 or 2632564. OLE color: 2632564.

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

Color convert

RGB1164340-
CMYK00.630.660.55
HSL2.37º48.72%30.59%-
HSV(B)2.37º65.52%45.49%-
XYZ8.455.592.64-
YUV64.48114.18164.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.29%
GREEN value IS 43 (17.19% from 255) = 21.61%
BLUE value IS 40 (16.02% from 255) = 20.10%
R=58.29%
G=21.61%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116434000.630.660.552.3748.7230.59
Hex742B2803F42372311f
Octal16453500771026726137
Binary1110100101011101000011111110000101101111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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