#73603A

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

Shades of Yellow Metal #73603A

Tints of Yellow Metal #73603A

Color information

#73603A (or 0x73603A) is unknown color: approx Yellow Metal. HEX triplet: 73, 60 and 3A. RGB value is (115,96,58). Sum of RGB (Red+Green+Blue) = 115+96+58=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 115 - color contains mainly: red. Hex color #73603A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73603A is #8C9FC5. Grayscale: #616161. Windows color (decimal): -9215942 or 3825779. OLE color: 3825779.

HSL color Cylindrical-coordinate representation of color #73603A: hue angle of 40º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73603A is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB1159658-
CMYK00.170.500.55
HSL40º32.95%33.92%-
HSV(B)40º49.57%45.1%-
XYZ12.0212.325.75-
YUV97.35105.79140.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.75%
GREEN value IS 96 (37.89% from 255) = 35.69%
BLUE value IS 58 (23.05% from 255) = 21.56%
R=42.75%
G=35.69%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115965800.170.500.554032.9533.92
Hex73603A0113237282122
Octal163140720216267504142
Binary11100111100000111010010001110010110111101000100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73603A; }

 p { color: rgb(115,96,58); }

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

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

 a { background-color: rgb(115,96,58); }

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

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

 span { border-color: rgb(115,96,58); }

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