Html Css Color HEX #746237 Yellow Metal

📋 copy color: '#746237'

red 116 ◦ green 98 ◦ blue 55

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

Shades of Yellow Metal #746237

Tints of Yellow Metal #746237

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.43%

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

R = 43.12%
G = 36.43%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#746237 (or 0x746237) is known color: Yellow Metal. HEX triplet: 74, 62 and 37. RGB value is (116,98,55). Sum of RGB (Red+Green+Blue) = 116+98+55=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #746237 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746237 is #8B9DC8. Grayscale: #626262. Windows color (decimal): -9149897 or 3629684. OLE color: 3629684.

HSL color Cylindrical-coordinate representation of color #746237: hue angle of 42.3º 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 #746237 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 98 55 -
CMYK 0 0.16 0.53 0.55
HSL 42.3º 0.36% 0.34% -
HSV(B) 42.3º 0.53% 0.45% -
XYZ 12.26 12.72 5.42 -
YUV 98.48 103.46 140.5 -
System Red Green Blue C M Y K H S L
Decimal 116 98 55 0 0.16 0.53 0.55 42.3 0.36 0.34
Hex 74 62 37 0 10 35 37 2A 24 22
Octal 164 142 67 0 20 65 67 52 44 42
Binary 1110100 1100010 110111 0 10000 110101 110111 101010 100100 100010

Color Harmonies of #746237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746237

Black with #746237

Text Example


Text Example

White with #746237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746237; }

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

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

background-color css

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

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

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

border-color css

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

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

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