#753A27

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

Shades of New Amber #753A27

Tints of New Amber #753A27

Color information

#753A27 (or 0x753A27) is unknown color: approx New Amber. HEX triplet: 75, 3A and 27. RGB value is (117,58,39). Sum of RGB (Red+Green+Blue) = 117+58+39=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 39 (15.62% from 255 or 18.22% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #753A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A27 is #8AC5D8. Grayscale: #494949. Windows color (decimal): -9094617 or 2570869. OLE color: 2570869.

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

Color convert

RGB1175839-
CMYK00.500.670.54
HSL14.62º50%30.59%-
HSV(B)14.62º66.67%45.88%-
XYZ9.226.952.78-
YUV73.47108.55159.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.67%
GREEN value IS 58 (23.05% from 255) = 27.10%
BLUE value IS 39 (15.62% from 255) = 18.22%
R=54.67%
G=27.10%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117583900.500.670.5414.625030.59
Hex753A270324336f321f
Octal165724706210366176237
Binary111010111101010011101100101000011110110111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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