#836012

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

Shades of Yukon Gold #836012

Tints of Yukon Gold #836012

Color information

#836012 (or 0x836012) is unknown color: approx Yukon Gold. HEX triplet: 83, 60 and 12. RGB value is (131,96,18). Sum of RGB (Red+Green+Blue) = 131+96+18=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #836012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836012 is #7C9FED. Grayscale: #616161. Windows color (decimal): -8167406 or 1204355. OLE color: 1204355.

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

Color convert

RGB1319618-
CMYK00.270.860.49
HSL41.42º75.84%29.22%-
HSV(B)41.42º86.26%51.37%-
XYZ13.6513.232.41-
YUV97.5783.1151.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.47%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 18 (7.42% from 255) = 7.35%
R=53.47%
G=39.18%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131961800.270.860.4941.4275.8429.22
Hex83601201B5631294c1d
Octal20314022033126615111435
Binary100000111100000100100110111010110110001101001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836012; }

 p { color: rgb(131,96,18); }

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

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

 a { background-color: rgb(131,96,18); }

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

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

 span { border-color: rgb(131,96,18); }

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