#743722

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

Shades of New Amber #743722

Tints of New Amber #743722

Color information

#743722 (or 0x743722) is unknown color: approx New Amber. HEX triplet: 74, 37 and 22. RGB value is (116,55,34). Sum of RGB (Red+Green+Blue) = 116+55+34=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #743722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743722 is #8BC8DD. Grayscale: #464646. Windows color (decimal): -9160926 or 2242420. OLE color: 2242420.

HSL color Cylindrical-coordinate representation of color #743722: hue angle of 15.37º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #743722 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB1165534-
CMYK00.530.710.55
HSL15.37º54.67%29.41%-
HSV(B)15.37º70.69%45.49%-
XYZ8.866.562.31-
YUV70.84107.21160.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.59%
GREEN value IS 55 (21.88% from 255) = 26.83%
BLUE value IS 34 (13.67% from 255) = 16.59%
R=56.59%
G=26.83%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116553400.530.710.5515.3754.6729.41
Hex7437220354737f371d
Octal164674206510767176735
Binary111010011011110001001101011000111110111111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743722; }

 p { color: rgb(116,55,34); }

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

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

 a { background-color: rgb(116,55,34); }

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

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

 span { border-color: rgb(116,55,34); }

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