#736541

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

Shades of Yellow Metal #736541

Tints of Yellow Metal #736541

Color information

#736541 (or 0x736541) is unknown color: approx Yellow Metal. HEX triplet: 73, 65 and 41. RGB value is (115,101,65). Sum of RGB (Red+Green+Blue) = 115+101+65=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 115 - color contains mainly: red. Hex color #736541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736541 is #8C9ABE. Grayscale: #656565. Windows color (decimal): -9214655 or 4285811. OLE color: 4285811.

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

Color convert

RGB11510165-
CMYK00.120.430.55
HSL43.2º27.78%35.29%-
HSV(B)43.2º43.48%45.1%-
XYZ12.6813.336.91-
YUV101.08107.64137.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.93%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 65 (25.78% from 255) = 23.13%
R=40.93%
G=35.94%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151016500.120.430.5543.227.7835.29
Hex7365410C2B372b1c23
Octal1631451010145367533443
Binary1110011110010110000010110010101111011110101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736541; }

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

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

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

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

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

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

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

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