#83731C

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

Shades of Yukon Gold #83731C

Tints of Yukon Gold #83731C

Color information

#83731C (or 0x83731C) is unknown color: approx Yukon Gold. HEX triplet: 83, 73 and 1C. RGB value is (131,115,28). Sum of RGB (Red+Green+Blue) = 131+115+28=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 131 - color contains mainly: red. Hex color #83731C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83731C is #7C8CE3. Grayscale: #6E6E6E. Windows color (decimal): -8162532 or 1864579. OLE color: 1864579.

HSL color Cylindrical-coordinate representation of color #83731C: hue angle of 50.68º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #83731C is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB13111528-
CMYK00.120.790.49
HSL50.68º64.78%31.18%-
HSV(B)50.68º78.63%51.37%-
XYZ15.717.173.59-
YUV109.8781.8143.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.81%
GREEN value IS 115 (45.31% from 255) = 41.97%
BLUE value IS 28 (11.33% from 255) = 10.22%
R=47.81%
G=41.97%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311152800.120.790.4950.6864.7831.18
Hex83731C0C4F3133411f
Octal20316334014117616310137
Binary10000011111001111100011001001111110001110011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83731C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83731C; }

 p { color: rgb(131,115,28); }

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

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

 a { background-color: rgb(131,115,28); }

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

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

 span { border-color: rgb(131,115,28); }

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