#746238

Color #746238 Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #746238

Tints of Yellow Metal #746238

Color information

#746238 (or 0x746238) is unknown color: approx Yellow Metal. HEX triplet: 74, 62 and 38. RGB value is (116,98,56). Sum of RGB (Red+Green+Blue) = 116+98+56=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #746238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746238 is #8B9DC7. Grayscale: #626262. Windows color (decimal): -9149896 or 3695220. OLE color: 3695220.

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

Color convert

RGB1169856-
CMYK00.160.520.55
HSL42º34.88%33.73%-
HSV(B)42º51.72%45.49%-
XYZ12.2812.735.55-
YUV98.59103.96140.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.96%
GREEN value IS 98 (38.67% from 255) = 36.30%
BLUE value IS 56 (22.27% from 255) = 20.74%
R=42.96%
G=36.30%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116985600.160.520.554234.8833.73
Hex74623801034372a2322
Octal164142700206467524342
Binary11101001100010111000010000110100110111101010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746238; }

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

 H1.HeaderClassName
 {
   color: #746238;
 }
 .AnyTagClassName
 {
   color: #746238;
 }
</style>
background-color css

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

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

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

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

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

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