#73641A

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

Shades of Yukon Gold #73641A

Tints of Yukon Gold #73641A

Color information

#73641A (or 0x73641A) is unknown color: approx Yukon Gold. HEX triplet: 73, 64 and 1A. RGB value is (115,100,26). Sum of RGB (Red+Green+Blue) = 115+100+26=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #73641A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73641A is #8C9BE5. Grayscale: #606060. Windows color (decimal): -9214950 or 1729651. OLE color: 1729651.

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

Color convert

RGB11510026-
CMYK00.130.770.55
HSL49.89º63.12%27.65%-
HSV(B)49.89º77.39%45.1%-
XYZ11.8112.832.83-
YUV96.0588.47141.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.72%
GREEN value IS 100 (39.45% from 255) = 41.49%
BLUE value IS 26 (10.55% from 255) = 10.79%
R=47.72%
G=41.49%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151002600.130.770.5549.8963.1227.65
Hex73641A0D4D37323f1c
Octal1631443201511567627734
Binary111001111001001101001101100110111011111001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73641A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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