#763A24

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

Shades of New Amber #763A24

Tints of New Amber #763A24

Color information

#763A24 (or 0x763A24) is unknown color: approx New Amber. HEX triplet: 76, 3A and 24. RGB value is (118,58,36). Sum of RGB (Red+Green+Blue) = 118+58+36=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #763A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A24 is #89C5DB. Grayscale: #494949. Windows color (decimal): -9029084 or 2374262. OLE color: 2374262.

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

Color convert

RGB1185836-
CMYK00.510.690.54
HSL16.1º53.25%30.2%-
HSV(B)16.1º69.49%46.27%-
XYZ9.37.012.53-
YUV73.43106.88159.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.66%
GREEN value IS 58 (23.05% from 255) = 27.36%
BLUE value IS 36 (14.45% from 255) = 16.98%
R=55.66%
G=27.36%
B=16.98%

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
Decimal118583600.510.690.5416.153.2530.2
Hex763A24033453610351e
Octal166724406310566206536
Binary1110110111010100100011001110001011101101000011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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