#73653B

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

Shades of Yellow Metal #73653B

Tints of Yellow Metal #73653B

Color information

#73653B (or 0x73653B) is unknown color: approx Yellow Metal. HEX triplet: 73, 65 and 3B. RGB value is (115,101,59). Sum of RGB (Red+Green+Blue) = 115+101+59=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 115 - color contains mainly: red. Hex color #73653B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73653B is #8C9AC4. Grayscale: #646464. Windows color (decimal): -9214661 or 3892595. OLE color: 3892595.

HSL color Cylindrical-coordinate representation of color #73653B: hue angle of 45º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73653B is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB11510159-
CMYK00.120.490.55
HSL45º32.18%34.12%-
HSV(B)45º48.7%45.1%-
XYZ12.5113.276.04-
YUV100.4104.64138.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.82%
GREEN value IS 101 (39.84% from 255) = 36.73%
BLUE value IS 59 (23.44% from 255) = 21.45%
R=41.82%
G=36.73%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151015900.120.490.554532.1834.12
Hex73653B0C31372d2022
Octal163145730146167554042
Binary1110011110010111101101100110001110111101101100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73653B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73653B; }

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

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

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

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

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

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

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

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