#743721

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

Shades of New Amber #743721

Tints of New Amber #743721

Color information

#743721 (or 0x743721) is unknown color: approx New Amber. HEX triplet: 74, 37 and 21. RGB value is (116,55,33). Sum of RGB (Red+Green+Blue) = 116+55+33=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 33 (13.28% from 255 or 16.18% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #743721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743721 is #8BC8DE. Grayscale: #464646. Windows color (decimal): -9160927 or 2176884. OLE color: 2176884.

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

Color convert

RGB1165533-
CMYK00.530.720.55
HSL15.9º55.7%29.22%-
HSV(B)15.9º71.55%45.49%-
XYZ8.846.562.24-
YUV70.73106.71160.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.86%
GREEN value IS 55 (21.88% from 255) = 26.96%
BLUE value IS 33 (13.28% from 255) = 16.18%
R=56.86%
G=26.96%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116553300.530.720.5515.955.729.22
Hex743721035483710381d
Octal164674106511067207035
Binary1110100110111100001011010110010001101111000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743721; }

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

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

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

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

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

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

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

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