#836220

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

Shades of Yukon Gold #836220

Tints of Yukon Gold #836220

Color information

#836220 (or 0x836220) is unknown color: approx Yukon Gold. HEX triplet: 83, 62 and 20. RGB value is (131,98,32). Sum of RGB (Red+Green+Blue) = 131+98+32=261 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.19% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 131 - color contains mainly: red. Hex color #836220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836220 is #7C9DDF. Grayscale: #646464. Windows color (decimal): -8166880 or 2122371. OLE color: 2122371.

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

Color convert

RGB1319832-
CMYK00.250.760.49
HSL40º60.74%31.96%-
HSV(B)40º75.57%51.37%-
XYZ13.9913.663.27-
YUV100.3489.43149.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.19%
GREEN value IS 98 (38.67% from 255) = 37.55%
BLUE value IS 32 (12.89% from 255) = 12.26%
R=50.19%
G=37.55%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131983200.250.760.494060.7431.96
Hex8362200194C31283d20
Octal2031424003111461507540
Binary1000001111000101000000110011001100110001101000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836220; }

 p { color: rgb(131,98,32); }

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

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

 a { background-color: rgb(131,98,32); }

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

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

 span { border-color: rgb(131,98,32); }

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