#73603D

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

Shades of Yellow Metal #73603D

Tints of Yellow Metal #73603D

Color information

#73603D (or 0x73603D) is unknown color: approx Yellow Metal. HEX triplet: 73, 60 and 3D. RGB value is (115,96,61). Sum of RGB (Red+Green+Blue) = 115+96+61=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 115 - color contains mainly: red. Hex color #73603D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73603D is #8C9FC2. Grayscale: #616161. Windows color (decimal): -9215939 or 4022387. OLE color: 4022387.

HSL color Cylindrical-coordinate representation of color #73603D: hue angle of 38.89º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73603D is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB1159661-
CMYK00.170.470.55
HSL38.89º30.68%34.51%-
HSV(B)38.89º46.96%45.1%-
XYZ12.112.356.16-
YUV97.69107.29140.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.28%
GREEN value IS 96 (37.89% from 255) = 35.29%
BLUE value IS 61 (24.22% from 255) = 22.43%
R=42.28%
G=35.29%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115966100.170.470.5538.8930.6834.51
Hex73603D0112F37271f23
Octal163140750215767473743
Binary1110011110000011110101000110111111011110011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73603D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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