#753925

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

Shades of New Amber #753925

Tints of New Amber #753925

Color information

#753925 (or 0x753925) is unknown color: approx New Amber. HEX triplet: 75, 39 and 25. RGB value is (117,57,37). Sum of RGB (Red+Green+Blue) = 117+57+37=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #753925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753925 is #8AC6DA. Grayscale: #484848. Windows color (decimal): -9094875 or 2439541. OLE color: 2439541.

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

Color convert

RGB1175737-
CMYK00.510.680.54
HSL15º51.95%30.2%-
HSV(B)15º68.38%45.88%-
XYZ9.136.842.59-
YUV72.66107.88159.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.45%
GREEN value IS 57 (22.66% from 255) = 27.01%
BLUE value IS 37 (14.84% from 255) = 17.54%
R=55.45%
G=27.01%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117573700.510.680.541551.9530.2
Hex7539250334436f341e
Octal165714506310466176436
Binary111010111100110010101100111000100110110111111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753925; }

 p { color: rgb(117,57,37); }

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

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

 a { background-color: rgb(117,57,37); }

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

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

 span { border-color: rgb(117,57,37); }

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