#736545

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

Shades of Yellow Metal #736545

Tints of Yellow Metal #736545

Color information

#736545 (or 0x736545) is unknown color: approx Yellow Metal. HEX triplet: 73, 65 and 45. RGB value is (115,101,69). Sum of RGB (Red+Green+Blue) = 115+101+69=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 115 - color contains mainly: red. Hex color #736545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736545 is #8C9ABA. Grayscale: #656565. Windows color (decimal): -9214651 or 4547955. OLE color: 4547955.

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

Color convert

RGB11510169-
CMYK00.120.40.55
HSL41.74º25%36.08%-
HSV(B)41.74º40%45.1%-
XYZ12.813.387.54-
YUV101.54109.64137.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.35%
GREEN value IS 101 (39.84% from 255) = 35.44%
BLUE value IS 69 (27.34% from 255) = 24.21%
R=40.35%
G=35.44%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.4
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151016900.120.40.5541.742536.08
Hex7365450C28372a1924
Octal1631451050145067523144
Binary1110011110010110001010110010100011011110101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736545; }

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

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

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

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

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

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

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

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