#73641E

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

Shades of Yukon Gold #73641E

Tints of Yukon Gold #73641E

Color information

#73641E (or 0x73641E) is unknown color: approx Yukon Gold. HEX triplet: 73, 64 and 1E. RGB value is (115,100,30). Sum of RGB (Red+Green+Blue) = 115+100+30=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #73641E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73641E is #8C9BE1. Grayscale: #606060. Windows color (decimal): -9214946 or 1991795. OLE color: 1991795.

HSL color Cylindrical-coordinate representation of color #73641E: hue angle of 49.41º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73641E is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB11510030-
CMYK00.130.740.55
HSL49.41º58.62%28.43%-
HSV(B)49.41º73.91%45.1%-
XYZ11.8612.853.08-
YUV96.590.47141.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 100 (39.45% from 255) = 40.82%
BLUE value IS 30 (12.11% from 255) = 12.24%
R=46.94%
G=40.82%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151003000.130.740.5549.4158.6228.43
Hex73641E0D4A37313b1c
Octal1631443601511267617334
Binary111001111001001111001101100101011011111000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73641E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73641E; }

 p { color: rgb(115,100,30); }

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

<style>
 a { background-color: #73641E; }

 a { background-color: rgb(115,100,30); }

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

<style>
 span { border-color: #73641E; }

 span { border-color: rgb(115,100,30); }

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