#836312

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

Shades of Yukon Gold #836312

Tints of Yukon Gold #836312

Color information

#836312 (or 0x836312) is unknown color: approx Yukon Gold. HEX triplet: 83, 63 and 12. RGB value is (131,99,18). Sum of RGB (Red+Green+Blue) = 131+99+18=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #836312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836312 is #7C9CED. Grayscale: #636363. Windows color (decimal): -8166638 or 1205123. OLE color: 1205123.

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

Color convert

RGB1319918-
CMYK00.240.860.49
HSL43.01º75.84%29.22%-
HSV(B)43.01º86.26%51.37%-
XYZ13.9313.792.5-
YUV99.3382.1150.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.82%
GREEN value IS 99 (39.06% from 255) = 39.92%
BLUE value IS 18 (7.42% from 255) = 7.26%
R=52.82%
G=39.92%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131991800.240.860.4943.0175.8429.22
Hex83631201856312b4c1d
Octal20314322030126615311435
Binary100000111100011100100110001010110110001101011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836312; }

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

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

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

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

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

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

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

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