#753722

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

Shades of New Amber #753722

Tints of New Amber #753722

Color information

#753722 (or 0x753722) is unknown color: approx New Amber. HEX triplet: 75, 37 and 22. RGB value is (117,55,34). Sum of RGB (Red+Green+Blue) = 117+55+34=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 34 (13.67% from 255 or 16.50% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #753722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753722 is #8AC8DD. Grayscale: #474747. Windows color (decimal): -9095390 or 2242421. OLE color: 2242421.

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

Color convert

RGB1175534-
CMYK00.530.710.54
HSL15.18º54.97%29.61%-
HSV(B)15.18º70.94%45.88%-
XYZ8.996.632.32-
YUV71.14107.04160.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.80%
GREEN value IS 55 (21.88% from 255) = 26.70%
BLUE value IS 34 (13.67% from 255) = 16.50%
R=56.80%
G=26.70%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117553400.530.710.5415.1854.9729.61
Hex7537220354736f371e
Octal165674206510766176736
Binary111010111011110001001101011000111110110111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753722; }

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

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

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

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

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

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

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

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