Html Css Color HEX #746037 Yellow Metal

📋 copy color: '#746037'

red 116 ◦ green 96 ◦ blue 55

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

Shades of Yellow Metal #746037

Tints of Yellow Metal #746037

RGB

 RED value IS 116 (45.7% from 255) = 43.45%

 GREEN value IS 96 (37.89% from 255) = 35.96%

 BLUE value IS 55 (21.88% from 255) = 20.6%

R = 43.45%
G = 35.96%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#746037 (or 0x746037) is known color: Yellow Metal. HEX triplet: 74, 60 and 37. RGB value is (116,96,55). Sum of RGB (Red+Green+Blue) = 116+96+55=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #746037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746037 is #8B9FC8. Grayscale: #616161. Windows color (decimal): -9150409 or 3629172. OLE color: 3629172.

HSL color Cylindrical-coordinate representation of color #746037: hue angle of 40.33º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #746037 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 96 55 -
CMYK 0 0.17 0.53 0.55
HSL 40.33º 0.36% 0.34% -
HSV(B) 40.33º 0.53% 0.45% -
XYZ 12.07 12.35 5.36 -
YUV 97.31 104.13 141.33 -
System Red Green Blue C M Y K H S L
Decimal 116 96 55 0 0.17 0.53 0.55 40.33 0.36 0.34
Hex 74 60 37 0 11 35 37 28 24 22
Octal 164 140 67 0 21 65 67 50 44 42
Binary 1110100 1100000 110111 0 10001 110101 110111 101000 100100 100010

Color Harmonies of #746037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746037

Black with #746037

Text Example


Text Example

White with #746037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746037; }

 p { color: rgb(116,96,55); }

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

background-color css

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

 a { background-color: rgb(116,96,55); }

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

border-color css

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

 span { border-color: rgb(116,96,55); }

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