#83711D

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

Shades of Yukon Gold #83711D

Tints of Yukon Gold #83711D

Color information

#83711D (or 0x83711D) is unknown color: approx Yukon Gold. HEX triplet: 83, 71 and 1D. RGB value is (131,113,29). Sum of RGB (Red+Green+Blue) = 131+113+29=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #83711D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83711D is #7C8EE2. Grayscale: #6D6D6D. Windows color (decimal): -8163043 or 1929603. OLE color: 1929603.

HSL color Cylindrical-coordinate representation of color #83711D: hue angle of 49.41º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #83711D is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB13111329-
CMYK00.140.780.49
HSL49.41º63.75%31.37%-
HSV(B)49.41º77.86%51.37%-
XYZ15.4916.723.57-
YUV108.8182.96143.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.99%
GREEN value IS 113 (44.53% from 255) = 41.39%
BLUE value IS 29 (11.72% from 255) = 10.62%
R=47.99%
G=41.39%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311132900.140.780.4949.4163.7531.37
Hex83711D0E4E3131401f
Octal20316135016116616110037
Binary10000011111000111101011101001110110001110001100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83711D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83711D; }

 p { color: rgb(131,113,29); }

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

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

 a { background-color: rgb(131,113,29); }

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

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

 span { border-color: rgb(131,113,29); }

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