#836322

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

Shades of Yukon Gold #836322

Tints of Yukon Gold #836322

Color information

#836322 (or 0x836322) is unknown color: approx Yukon Gold. HEX triplet: 83, 63 and 22. RGB value is (131,99,34). Sum of RGB (Red+Green+Blue) = 131+99+34=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #836322 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836322 is #7C9CDD. Grayscale: #656565. Windows color (decimal): -8166622 or 2253699. OLE color: 2253699.

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

Color convert

RGB1319934-
CMYK00.240.740.49
HSL40.21º58.79%32.35%-
HSV(B)40.21º74.05%51.37%-
XYZ14.1113.863.45-
YUV101.1690.1149.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.62%
GREEN value IS 99 (39.06% from 255) = 37.5%
BLUE value IS 34 (13.67% from 255) = 12.88%
R=49.62%
G=37.5%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131993400.240.740.4940.2158.7932.35
Hex8363220184A31283b20
Octal2031434203011261507340
Binary1000001111000111000100110001001010110001101000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836322; }

 p { color: rgb(131,99,34); }

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

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

 a { background-color: rgb(131,99,34); }

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

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

 span { border-color: rgb(131,99,34); }

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