#837216

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

Shades of Yukon Gold #837216

Tints of Yukon Gold #837216

Color information

#837216 (or 0x837216) is unknown color: approx Yukon Gold. HEX triplet: 83, 72 and 16. RGB value is (131,114,22). Sum of RGB (Red+Green+Blue) = 131+114+22=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #837216 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837216 is #7C8DE9. Grayscale: #6C6C6C. Windows color (decimal): -8162794 or 1471107. OLE color: 1471107.

HSL color Cylindrical-coordinate representation of color #837216: hue angle of 50.64º 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 #837216 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB13111422-
CMYK00.130.830.49
HSL50.64º71.24%30%-
HSV(B)50.64º83.21%51.37%-
XYZ15.5216.923.21-
YUV108.5979.13143.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.06%
GREEN value IS 114 (44.92% from 255) = 42.70%
BLUE value IS 22 (8.98% from 255) = 8.24%
R=49.06%
G=42.70%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311142200.130.830.4950.6471.2430
Hex8372160D533133471e
Octal20316226015123616310736
Binary10000011111001010110011011010011110001110011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837216; }

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

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

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

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

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

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

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

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