#763A25

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

Shades of New Amber #763A25

Tints of New Amber #763A25

Color information

#763A25 (or 0x763A25) is unknown color: approx New Amber. HEX triplet: 76, 3A and 25. RGB value is (118,58,37). Sum of RGB (Red+Green+Blue) = 118+58+37=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #763A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A25 is #89C5DA. Grayscale: #494949. Windows color (decimal): -9029083 or 2439798. OLE color: 2439798.

HSL color Cylindrical-coordinate representation of color #763A25: hue angle of 15.56º degrees, saturation: 0.52, 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 #763A25 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB1185837-
CMYK00.510.690.54
HSL15.56º52.26%30.39%-
HSV(B)15.56º68.64%46.27%-
XYZ9.327.012.61-
YUV73.55107.38159.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.40%
GREEN value IS 58 (23.05% from 255) = 27.23%
BLUE value IS 37 (14.84% from 255) = 17.37%
R=55.40%
G=27.23%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118583700.510.690.5415.5652.2630.39
Hex763A25033453610341e
Octal166724506310566206436
Binary1110110111010100101011001110001011101101000011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763A25; }

 p { color: rgb(118,58,37); }

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

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

 a { background-color: rgb(118,58,37); }

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

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

 span { border-color: rgb(118,58,37); }

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