#73653A

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

Shades of Yellow Metal #73653A

Tints of Yellow Metal #73653A

Color information

#73653A (or 0x73653A) is unknown color: approx Yellow Metal. HEX triplet: 73, 65 and 3A. RGB value is (115,101,58). Sum of RGB (Red+Green+Blue) = 115+101+58=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 115 - color contains mainly: red. Hex color #73653A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73653A is #8C9AC5. Grayscale: #646464. Windows color (decimal): -9214662 or 3827059. OLE color: 3827059.

HSL color Cylindrical-coordinate representation of color #73653A: hue angle of 45.26º 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 #73653A is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB11510158-
CMYK00.120.500.55
HSL45.26º32.95%33.92%-
HSV(B)45.26º49.57%45.1%-
XYZ12.4913.265.9-
YUV100.28104.14138.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.97%
GREEN value IS 101 (39.84% from 255) = 36.86%
BLUE value IS 58 (23.05% from 255) = 21.17%
R=41.97%
G=36.86%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151015800.120.500.5545.2632.9533.92
Hex73653A0C32372d2122
Octal163145720146267554142
Binary1110011110010111101001100110010110111101101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73653A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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