#743C26

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

Shades of New Amber #743C26

Tints of New Amber #743C26

Color information

#743C26 (or 0x743C26) is unknown color: approx New Amber. HEX triplet: 74, 3C and 26. RGB value is (116,60,38). Sum of RGB (Red+Green+Blue) = 116+60+38=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #743C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743C26 is #8BC3D9. Grayscale: #4A4A4A. Windows color (decimal): -9159642 or 2505844. OLE color: 2505844.

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

Color convert

RGB1166038-
CMYK00.480.670.55
HSL16.92º50.65%30.2%-
HSV(B)16.92º67.24%45.49%-
XYZ9.177.082.72-
YUV74.24107.55157.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.21%
GREEN value IS 60 (23.83% from 255) = 28.04%
BLUE value IS 38 (15.23% from 255) = 17.76%
R=54.21%
G=28.04%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116603800.480.670.5516.9250.6530.2
Hex743C26030433711331e
Octal164744606010367216336
Binary1110100111100100110011000010000111101111000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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