Html Css Color HEX #763924 New Amber

📋 copy color: '#763924'

red 118 ◦ green 57 ◦ blue 36

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

Shades of New Amber #763924

Tints of New Amber #763924

RGB

 RED value IS 118 (46.48% from 255) = 55.92%

 GREEN value IS 57 (22.66% from 255) = 27.01%

 BLUE value IS 36 (14.45% from 255) = 17.06%

R = 55.92%
G = 27.01%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#763924 (or 0x763924) is known color: New Amber. HEX triplet: 76, 39 and 24. RGB value is (118,57,36). Sum of RGB (Red+Green+Blue) = 118+57+36=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #763924 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763924 is #89C6DB. Grayscale: #484848. Windows color (decimal): -9029340 or 2374006. OLE color: 2374006.

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

Color convert

RGB 118 57 36 -
CMYK 0 0.52 0.69 0.54
HSL 15.37º 0.53% 0.3% -
HSV(B) 15.37º 0.69% 0.46% -
XYZ 9.25 6.91 2.51 -
YUV 72.85 107.21 160.21 -
System Red Green Blue C M Y K H S L
Decimal 118 57 36 0 0.52 0.69 0.54 15.37 0.53 0.3
Hex 76 39 24 0 34 45 36 F 35 1E
Octal 166 71 44 0 64 105 66 17 65 36
Binary 1110110 111001 100100 0 110100 1000101 110110 1111 110101 11110

Color Harmonies of #763924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763924

Black with #763924

Text Example


Text Example

White with #763924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763924; }

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

 H1.HeaderClassName
 {
   color: #763924;
 }
 .AnyTagClassName
 {
   color: #763924;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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