#736418

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

Shades of Yukon Gold #736418

Tints of Yukon Gold #736418

Color information

#736418 (or 0x736418) is unknown color: approx Yukon Gold. HEX triplet: 73, 64 and 18. RGB value is (115,100,24). Sum of RGB (Red+Green+Blue) = 115+100+24=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #736418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736418 is #8C9BE7. Grayscale: #606060. Windows color (decimal): -9214952 or 1598579. OLE color: 1598579.

HSL color Cylindrical-coordinate representation of color #736418: hue angle of 50.11º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #736418 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB11510024-
CMYK00.130.790.55
HSL50.11º65.47%27.25%-
HSV(B)50.11º79.13%45.1%-
XYZ11.7912.832.72-
YUV95.8287.47141.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.12%
GREEN value IS 100 (39.45% from 255) = 41.84%
BLUE value IS 24 (9.77% from 255) = 10.04%
R=48.12%
G=41.84%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151002400.130.790.5550.1165.4727.25
Hex7364180D4F3732411b
Octal16314430015117676210133
Binary1110011110010011000011011001111110111110010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736418; }

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

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

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

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

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

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

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

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