#736540

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

Shades of Yellow Metal #736540

Tints of Yellow Metal #736540

Color information

#736540 (or 0x736540) is unknown color: approx Yellow Metal. HEX triplet: 73, 65 and 40. RGB value is (115,101,64). Sum of RGB (Red+Green+Blue) = 115+101+64=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 115 - color contains mainly: red. Hex color #736540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736540 is #8C9ABF. Grayscale: #656565. Windows color (decimal): -9214656 or 4220275. OLE color: 4220275.

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

Color convert

RGB11510164-
CMYK00.120.440.55
HSL43.53º28.49%35.1%-
HSV(B)43.53º44.35%45.1%-
XYZ12.6513.326.76-
YUV100.97107.14138.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.07%
GREEN value IS 101 (39.84% from 255) = 36.07%
BLUE value IS 64 (25.39% from 255) = 22.86%
R=41.07%
G=36.07%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151016400.120.440.5543.5328.4935.1
Hex7365400C2C372c1c23
Octal1631451000145467543443
Binary1110011110010110000000110010110011011110110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736540; }

 p { color: rgb(115,101,64); }

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

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

 a { background-color: rgb(115,101,64); }

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

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

 span { border-color: rgb(115,101,64); }

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