Html Css Color HEX #746538 Yellow Metal

📋 copy color: '#746538'

red 116 ◦ green 101 ◦ blue 56

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

Shades of Yellow Metal #746538

Tints of Yellow Metal #746538

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37%

 BLUE value IS 56 (22.27% from 255) = 20.51%

R = 42.49%
G = 37%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#746538 (or 0x746538) is known color: Yellow Metal. HEX triplet: 74, 65 and 38. RGB value is (116,101,56). Sum of RGB (Red+Green+Blue) = 116+101+56=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #746538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746538 is #8B9AC7. Grayscale: #646464. Windows color (decimal): -9149128 or 3695988. OLE color: 3695988.

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

Color convert

RGB 116 101 56 -
CMYK 0 0.13 0.52 0.55
HSL 45º 0.35% 0.34% -
HSV(B) 45º 0.52% 0.45% -
XYZ 12.57 13.31 5.65 -
YUV 100.36 102.97 139.16 -
System Red Green Blue C M Y K H S L
Decimal 116 101 56 0 0.13 0.52 0.55 45 0.35 0.34
Hex 74 65 38 0 D 34 37 2D 23 22
Octal 164 145 70 0 15 64 67 55 43 42
Binary 1110100 1100101 111000 0 1101 110100 110111 101101 100011 100010

Color Harmonies of #746538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746538

Black with #746538

Text Example


Text Example

White with #746538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746538; }

 p { color: rgb(116,101,56); }

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

background-color css

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

 a { background-color: rgb(116,101,56); }

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

border-color css

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

 span { border-color: rgb(116,101,56); }

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