#736842

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

Shades of Yellow Metal #736842

Tints of Yellow Metal #736842

Color information

#736842 (or 0x736842) is unknown color: approx Yellow Metal. HEX triplet: 73, 68 and 42. RGB value is (115,104,66). Sum of RGB (Red+Green+Blue) = 115+104+66=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 115 - color contains mainly: red. Hex color #736842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736842 is #8C97BD. Grayscale: #676767. Windows color (decimal): -9213886 or 4352115. OLE color: 4352115.

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

Color convert

RGB11510466-
CMYK00.100.430.55
HSL46.53º27.07%35.49%-
HSV(B)46.53º42.61%45.1%-
XYZ1313.947.16-
YUV102.96107.14136.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.35%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 66 (26.17% from 255) = 23.16%
R=40.35%
G=36.49%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151046600.100.430.5546.5327.0735.49
Hex7368420A2B372f1b23
Octal1631501020125367573343
Binary1110011110100010000100101010101111011110111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736842; }

 p { color: rgb(115,104,66); }

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

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

 a { background-color: rgb(115,104,66); }

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

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

 span { border-color: rgb(115,104,66); }

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