#83671E

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

Shades of Yukon Gold #83671E

Tints of Yukon Gold #83671E

Color information

#83671E (or 0x83671E) is unknown color: approx Yukon Gold. HEX triplet: 83, 67 and 1E. RGB value is (131,103,30). Sum of RGB (Red+Green+Blue) = 131+103+30=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #83671E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83671E is #7C98E1. Grayscale: #676767. Windows color (decimal): -8165602 or 1992579. OLE color: 1992579.

HSL color Cylindrical-coordinate representation of color #83671E: hue angle of 43.37º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83671E is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB13110330-
CMYK00.210.770.49
HSL43.37º62.73%31.57%-
HSV(B)43.37º77.1%51.37%-
XYZ14.4414.623.29-
YUV103.0586.78147.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.62%
GREEN value IS 103 (40.62% from 255) = 39.02%
BLUE value IS 30 (12.11% from 255) = 11.36%
R=49.62%
G=39.02%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311033000.210.770.4943.3762.7331.57
Hex83671E0154D312b3f20
Octal2031473602511561537740
Binary100000111100111111100101011001101110001101011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83671E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83671E; }

 p { color: rgb(131,103,30); }

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

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

 a { background-color: rgb(131,103,30); }

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

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

 span { border-color: rgb(131,103,30); }

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