#743926

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

Shades of New Amber #743926

Tints of New Amber #743926

Color information

#743926 (or 0x743926) is unknown color: approx New Amber. HEX triplet: 74, 39 and 26. RGB value is (116,57,38). Sum of RGB (Red+Green+Blue) = 116+57+38=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #743926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743926 is #8BC6D9. Grayscale: #484848. Windows color (decimal): -9160410 or 2505076. OLE color: 2505076.

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

Color convert

RGB1165738-
CMYK00.510.670.55
HSL14.62º50.65%30.2%-
HSV(B)14.62º67.24%45.49%-
XYZ9.026.782.67-
YUV72.47108.55159.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.98%
GREEN value IS 57 (22.66% from 255) = 27.01%
BLUE value IS 38 (15.23% from 255) = 18.01%
R=54.98%
G=27.01%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116573800.510.670.5514.6250.6530.2
Hex7439260334337f331e
Octal164714606310367176336
Binary111010011100110011001100111000011110111111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743926; }

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

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

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

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

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

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

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

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