#837221

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

Shades of Yukon Gold #837221

Tints of Yukon Gold #837221

Color information

#837221 (or 0x837221) is unknown color: approx Yukon Gold. HEX triplet: 83, 72 and 21. RGB value is (131,114,33). Sum of RGB (Red+Green+Blue) = 131+114+33=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #837221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837221 is #7C8DDE. Grayscale: #6E6E6E. Windows color (decimal): -8162783 or 2192003. OLE color: 2192003.

HSL color Cylindrical-coordinate representation of color #837221: hue angle of 49.59º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #837221 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB13111433-
CMYK00.130.750.49
HSL49.59º59.76%32.16%-
HSV(B)49.59º74.81%51.37%-
XYZ15.6516.973.89-
YUV109.8584.63143.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.12%
GREEN value IS 114 (44.92% from 255) = 41.01%
BLUE value IS 33 (13.28% from 255) = 11.87%
R=47.12%
G=41.01%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311143300.130.750.4949.5959.7632.16
Hex8372210D4B31323c20
Octal2031624101511361627440
Binary100000111110010100001011011001011110001110010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837221; }

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

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

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

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

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

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

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

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