#736442

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

Shades of Yellow Metal #736442

Tints of Yellow Metal #736442

Color information

#736442 (or 0x736442) is unknown color: approx Yellow Metal. HEX triplet: 73, 64 and 42. RGB value is (115,100,66). Sum of RGB (Red+Green+Blue) = 115+100+66=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 115 - color contains mainly: red. Hex color #736442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736442 is #8C9BBD. Grayscale: #646464. Windows color (decimal): -9214910 or 4351091. OLE color: 4351091.

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

Color convert

RGB11510066-
CMYK00.130.430.55
HSL41.63º27.07%35.49%-
HSV(B)41.63º42.61%45.1%-
XYZ12.6113.157.03-
YUV100.61108.47138.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.93%
GREEN value IS 100 (39.45% from 255) = 35.59%
BLUE value IS 66 (26.17% from 255) = 23.49%
R=40.93%
G=35.59%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151006600.130.430.5541.6327.0735.49
Hex7364420D2B372a1b23
Octal1631441020155367523343
Binary1110011110010010000100110110101111011110101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736442; }

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

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

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

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

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

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

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

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