#73620A

Color #73620A Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #73620A

Tints of Yukon Gold #73620A

Color information

#73620A (or 0x73620A) is unknown color: approx Yukon Gold. HEX triplet: 73, 62 and 0A. RGB value is (115,98,10). Sum of RGB (Red+Green+Blue) = 115+98+10=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #73620A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73620A is #8C9DF5. Grayscale: #5D5D5D. Windows color (decimal): -9215478 or 680563. OLE color: 680563.

HSL color Cylindrical-coordinate representation of color #73620A: hue angle of 50.29º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73620A is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1159810-
CMYK00.150.910.55
HSL50.29º84%24.51%-
HSV(B)50.29º91.3%45.1%-
XYZ11.4912.42.08-
YUV93.0581.13143.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.57%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 10 (4.30% from 255) = 4.48%
R=51.57%
G=43.95%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115981000.150.910.5550.298424.51
Hex7362A0F5B37325419
Octal16314212017133676212431
Binary111001111000101010011111011011110111110010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73620A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,98,10); }

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

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

 a { background-color: rgb(115,98,10); }

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

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

 span { border-color: rgb(115,98,10); }

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