#736340

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

Shades of Yellow Metal #736340

Tints of Yellow Metal #736340

Color information

#736340 (or 0x736340) is unknown color: approx Yellow Metal. HEX triplet: 73, 63 and 40. RGB value is (115,99,64). Sum of RGB (Red+Green+Blue) = 115+99+64=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 115 - color contains mainly: red. Hex color #736340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736340 is #8C9CBF. Grayscale: #636363. Windows color (decimal): -9215168 or 4219763. OLE color: 4219763.

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

Color convert

RGB1159964-
CMYK00.140.440.55
HSL41.18º28.49%35.1%-
HSV(B)41.18º44.35%45.1%-
XYZ12.4612.946.69-
YUV99.79107.8138.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.37%
GREEN value IS 99 (39.06% from 255) = 35.61%
BLUE value IS 64 (25.39% from 255) = 23.02%
R=41.37%
G=35.61%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115996400.140.440.5541.1828.4935.1
Hex7363400E2C37291c23
Octal1631431000165467513443
Binary1110011110001110000000111010110011011110100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736340; }

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

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

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

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

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

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

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

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