#837016

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

Shades of Yukon Gold #837016

Tints of Yukon Gold #837016

Color information

#837016 (or 0x837016) is unknown color: approx Yukon Gold. HEX triplet: 83, 70 and 16. RGB value is (131,112,22). Sum of RGB (Red+Green+Blue) = 131+112+22=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #837016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837016 is #7C8FE9. Grayscale: #6B6B6B. Windows color (decimal): -8163306 or 1470595. OLE color: 1470595.

HSL color Cylindrical-coordinate representation of color #837016: hue angle of 49.54º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #837016 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB13111222-
CMYK00.150.830.49
HSL49.54º71.24%30%-
HSV(B)49.54º83.21%51.37%-
XYZ15.316.473.13-
YUV107.4279.79144.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.43%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 22 (8.98% from 255) = 8.30%
R=49.43%
G=42.26%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311122200.150.830.4949.5471.2430
Hex8370160F533132471e
Octal20316026017123616210736
Binary10000011111000010110011111010011110001110010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837016; }

 p { color: rgb(131,112,22); }

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

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

 a { background-color: rgb(131,112,22); }

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

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

 span { border-color: rgb(131,112,22); }

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