#736319

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

Shades of Yukon Gold #736319

Tints of Yukon Gold #736319

Color information

#736319 (or 0x736319) is unknown color: approx Yukon Gold. HEX triplet: 73, 63 and 19. RGB value is (115,99,25). Sum of RGB (Red+Green+Blue) = 115+99+25=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #736319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736319 is #8C9CE6. Grayscale: #5F5F5F. Windows color (decimal): -9215207 or 1663859. OLE color: 1663859.

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

Color convert

RGB1159925-
CMYK00.140.780.55
HSL49.33º64.29%27.45%-
HSV(B)49.33º78.26%45.1%-
XYZ11.7112.642.74-
YUV95.3588.3142.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.12%
GREEN value IS 99 (39.06% from 255) = 41.42%
BLUE value IS 25 (10.16% from 255) = 10.46%
R=48.12%
G=41.42%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115992500.140.780.5549.3364.2927.45
Hex7363190E4E3731401b
Octal16314331016116676110033
Binary1110011110001111001011101001110110111110001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736319; }

 p { color: rgb(115,99,25); }

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

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

 a { background-color: rgb(115,99,25); }

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

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

 span { border-color: rgb(115,99,25); }

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