#73620B

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

Shades of Yukon Gold #73620B

Tints of Yukon Gold #73620B

Color information

#73620B (or 0x73620B) is unknown color: approx Yukon Gold. HEX triplet: 73, 62 and 0B. RGB value is (115,98,11). Sum of RGB (Red+Green+Blue) = 115+98+11=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #73620B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73620B is #8C9DF4. Grayscale: #5D5D5D. Windows color (decimal): -9215477 or 746099. OLE color: 746099.

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

Color convert

RGB1159811-
CMYK00.150.900.55
HSL50.19º82.54%24.71%-
HSV(B)50.19º90.43%45.1%-
XYZ11.512.42.1-
YUV93.1681.63143.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.34%
GREEN value IS 98 (38.67% from 255) = 43.75%
BLUE value IS 11 (4.69% from 255) = 4.91%
R=51.34%
G=43.75%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115981100.150.900.5550.1982.5424.71
Hex7362B0F5A37325319
Octal16314213017132676212331
Binary111001111000101011011111011010110111110010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73620B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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