#736138

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

Shades of Yellow Metal #736138

Tints of Yellow Metal #736138

Color information

#736138 (or 0x736138) is unknown color: approx Yellow Metal. HEX triplet: 73, 61 and 38. RGB value is (115,97,56). Sum of RGB (Red+Green+Blue) = 115+97+56=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #736138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736138 is #8C9EC7. Grayscale: #616161. Windows color (decimal): -9215688 or 3694963. OLE color: 3694963.

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

Color convert

RGB1159756-
CMYK00.160.510.55
HSL41.69º34.5%33.53%-
HSV(B)41.69º51.3%45.1%-
XYZ12.0612.485.51-
YUV97.71104.46140.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.91%
GREEN value IS 97 (38.28% from 255) = 36.19%
BLUE value IS 56 (22.27% from 255) = 20.90%
R=42.91%
G=36.19%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115975600.160.510.5541.6934.533.53
Hex73613801033372a2322
Octal163141700206367524342
Binary11100111100001111000010000110011110111101010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736138; }

 p { color: rgb(115,97,56); }

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

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

 a { background-color: rgb(115,97,56); }

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

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

 span { border-color: rgb(115,97,56); }

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