Html Css Color HEX #763A24 New Amber

📋 copy color: '#763A24'

red 118 ◦ green 58 ◦ blue 36

#763A24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Amber #763A24

Tints of New Amber #763A24

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 value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#763A24 (or 0x763A24) is known color: 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

RGB 118 58 36 -
CMYK 0 0.51 0.69 0.54
HSL 16.1º 0.53% 0.3% -
HSV(B) 16.1º 0.69% 0.46% -
XYZ 9.3 7.01 2.53 -
YUV 73.43 106.88 159.79 -
System Red Green Blue C M Y K H S L
Decimal 118 58 36 0 0.51 0.69 0.54 16.1 0.53 0.3
Hex 76 3A 24 0 33 45 36 10 35 1E
Octal 166 72 44 0 63 105 66 20 65 36
Binary 1110110 111010 100100 0 110011 1000101 110110 10000 110101 11110

Color Harmonies of #763A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763A24

Black with #763A24

Text Example


Text Example

White with #763A24

Text Example


Text Example

HTML Codes & Css Web 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>