#837612

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

Shades of Yukon Gold #837612

Tints of Yukon Gold #837612

Color information

#837612 (or 0x837612) is unknown color: approx Yukon Gold. HEX triplet: 83, 76 and 12. RGB value is (131,118,18). Sum of RGB (Red+Green+Blue) = 131+118+18=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #837612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837612 is #7C89ED. Grayscale: #6E6E6E. Windows color (decimal): -8161774 or 1209987. OLE color: 1209987.

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

Color convert

RGB13111818-
CMYK00.100.860.49
HSL53.1º75.84%29.22%-
HSV(B)53.1º86.26%51.37%-
XYZ15.9517.833.17-
YUV110.4975.81142.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.06%
GREEN value IS 118 (46.48% from 255) = 44.19%
BLUE value IS 18 (7.42% from 255) = 6.74%
R=49.06%
G=44.19%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311181800.100.860.4953.175.8429.22
Hex8376120A5631354c1d
Octal20316622012126616511435
Binary10000011111011010010010101010110110001110101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837612; }

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

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

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

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

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

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

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

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