#73641D

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

Shades of Yukon Gold #73641D

Tints of Yukon Gold #73641D

Color information

#73641D (or 0x73641D) is unknown color: approx Yukon Gold. HEX triplet: 73, 64 and 1D. RGB value is (115,100,29). Sum of RGB (Red+Green+Blue) = 115+100+29=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #73641D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73641D is #8C9BE2. Grayscale: #606060. Windows color (decimal): -9214947 or 1926259. OLE color: 1926259.

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

Color convert

RGB11510029-
CMYK00.130.750.55
HSL49.53º59.72%28.24%-
HSV(B)49.53º74.78%45.1%-
XYZ11.8512.853.02-
YUV96.3989.97141.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.13%
GREEN value IS 100 (39.45% from 255) = 40.98%
BLUE value IS 29 (11.72% from 255) = 11.89%
R=47.13%
G=40.98%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151002900.130.750.5549.5359.7228.24
Hex73641D0D4B37323c1c
Octal1631443501511367627434
Binary111001111001001110101101100101111011111001011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73641D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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