#736742

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

Shades of Yellow Metal #736742

Tints of Yellow Metal #736742

Color information

#736742 (or 0x736742) is unknown color: approx Yellow Metal. HEX triplet: 73, 67 and 42. RGB value is (115,103,66). Sum of RGB (Red+Green+Blue) = 115+103+66=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 115 - color contains mainly: red. Hex color #736742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736742 is #8C98BD. Grayscale: #666666. Windows color (decimal): -9214142 or 4351859. OLE color: 4351859.

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

Color convert

RGB11510366-
CMYK00.100.430.55
HSL45.31º27.07%35.49%-
HSV(B)45.31º42.61%45.1%-
XYZ12.913.747.13-
YUV102.37107.48137.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.49%
GREEN value IS 103 (40.62% from 255) = 36.27%
BLUE value IS 66 (26.17% from 255) = 23.24%
R=40.49%
G=36.27%
B=23.24%

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
Decimal1151036600.100.430.5545.3127.0735.49
Hex7367420A2B372d1b23
Octal1631471020125367553343
Binary1110011110011110000100101010101111011110110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736742; }

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

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

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

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

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

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

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

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