#736311

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

Shades of Yukon Gold #736311

Tints of Yukon Gold #736311

Color information

#736311 (or 0x736311) is unknown color: approx Yukon Gold. HEX triplet: 73, 63 and 11. RGB value is (115,99,17). Sum of RGB (Red+Green+Blue) = 115+99+17=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #736311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736311 is #8C9CEE. Grayscale: #5E5E5E. Windows color (decimal): -9215215 or 1139571. OLE color: 1139571.

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

Color convert

RGB1159917-
CMYK00.140.850.55
HSL50.2º74.24%25.88%-
HSV(B)50.2º85.22%45.1%-
XYZ11.6312.612.35-
YUV94.4484.3142.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 99 (39.06% from 255) = 42.86%
BLUE value IS 17 (7.03% from 255) = 7.36%
R=49.78%
G=42.86%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115991700.140.850.5550.274.2425.88
Hex7363110E5537324a1a
Octal16314321016125676211232
Binary1110011110001110001011101010101110111110010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736311; }

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

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

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

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

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

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

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

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