#742C28

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

Shades of Auburn #742C28

Tints of Auburn #742C28

Color information

#742C28 (or 0x742C28) is unknown color: approx Auburn. HEX triplet: 74, 2C and 28. RGB value is (116,44,40). Sum of RGB (Red+Green+Blue) = 116+44+40=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #742C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742C28 is #8BD3D7. Grayscale: #414141. Windows color (decimal): -9163736 or 2632820. OLE color: 2632820.

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

Color convert

RGB1164440-
CMYK00.620.660.55
HSL3.16º48.72%30.59%-
HSV(B)3.16º65.52%45.49%-
XYZ8.495.672.65-
YUV65.07113.85164.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58%
GREEN value IS 44 (17.58% from 255) = 22%
BLUE value IS 40 (16.02% from 255) = 20%
R=58%
G=22%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116444000.620.660.553.1648.7230.59
Hex742C2803E42373311f
Octal16454500761026736137
Binary1110100101100101000011111010000101101111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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