#83741C

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

Shades of Yukon Gold #83741C

Tints of Yukon Gold #83741C

Color information

#83741C (or 0x83741C) is unknown color: approx Yukon Gold. HEX triplet: 83, 74 and 1C. RGB value is (131,116,28). Sum of RGB (Red+Green+Blue) = 131+116+28=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #83741C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83741C is #7C8BE3. Grayscale: #6E6E6E. Windows color (decimal): -8162276 or 1864835. OLE color: 1864835.

HSL color Cylindrical-coordinate representation of color #83741C: hue angle of 51.26º 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 #83741C is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB13111628-
CMYK00.110.790.49
HSL51.26º64.78%31.18%-
HSV(B)51.26º78.63%51.37%-
XYZ15.8217.43.62-
YUV110.4581.47142.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.64%
GREEN value IS 116 (45.70% from 255) = 42.18%
BLUE value IS 28 (11.33% from 255) = 10.18%
R=47.64%
G=42.18%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311162800.110.790.4951.2664.7831.18
Hex83741C0B4F3133411f
Octal20316434013117616310137
Binary10000011111010011100010111001111110001110011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83741C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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