#743B26

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

Shades of New Amber #743B26

Tints of New Amber #743B26

Color information

#743B26 (or 0x743B26) is unknown color: approx New Amber. HEX triplet: 74, 3B and 26. RGB value is (116,59,38). Sum of RGB (Red+Green+Blue) = 116+59+38=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 59 (23.44% from 255 or 27.70% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #743B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743B26 is #8BC4D9. Grayscale: #494949. Windows color (decimal): -9159898 or 2505588. OLE color: 2505588.

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

Color convert

RGB1165938-
CMYK00.490.670.55
HSL16.15º50.65%30.2%-
HSV(B)16.15º67.24%45.49%-
XYZ9.126.982.7-
YUV73.65107.88158.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.46%
GREEN value IS 59 (23.44% from 255) = 27.70%
BLUE value IS 38 (15.23% from 255) = 17.84%
R=54.46%
G=27.70%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116593800.490.670.5516.1550.6530.2
Hex743B26031433710331e
Octal164734606110367206336
Binary1110100111011100110011000110000111101111000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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