#753A24

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

Shades of New Amber #753A24

Tints of New Amber #753A24

Color information

#753A24 (or 0x753A24) is unknown color: approx New Amber. HEX triplet: 75, 3A and 24. RGB value is (117,58,36). Sum of RGB (Red+Green+Blue) = 117+58+36=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #753A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A24 is #8AC5DB. Grayscale: #494949. Windows color (decimal): -9094620 or 2374261. OLE color: 2374261.

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

Color convert

RGB1175836-
CMYK00.500.690.54
HSL16.3º52.94%30%-
HSV(B)16.3º69.23%45.88%-
XYZ9.176.942.52-
YUV73.13107.05159.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.45%
GREEN value IS 58 (23.05% from 255) = 27.49%
BLUE value IS 36 (14.45% from 255) = 17.06%
R=55.45%
G=27.49%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117583600.500.690.5416.352.9430
Hex753A24032453610351e
Octal165724406210566206536
Binary1110101111010100100011001010001011101101000011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753A24; }

 p { color: rgb(117,58,36); }

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

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

 a { background-color: rgb(117,58,36); }

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

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

 span { border-color: rgb(117,58,36); }

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