#83712A

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

Shades of Yukon Gold #83712A

Tints of Yukon Gold #83712A

Color information

#83712A (or 0x83712A) is unknown color: approx Yukon Gold. HEX triplet: 83, 71 and 2A. RGB value is (131,113,42). Sum of RGB (Red+Green+Blue) = 131+113+42=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #83712A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83712A is #7C8ED5. Grayscale: #6E6E6E. Windows color (decimal): -8163030 or 2781571. OLE color: 2781571.

HSL color Cylindrical-coordinate representation of color #83712A: hue angle of 47.87º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #83712A is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB13111342-
CMYK00.140.680.49
HSL47.87º51.45%33.92%-
HSV(B)47.87º67.94%51.37%-
XYZ15.6816.84.61-
YUV110.2989.46142.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.80%
GREEN value IS 113 (44.53% from 255) = 39.51%
BLUE value IS 42 (16.80% from 255) = 14.69%
R=45.80%
G=39.51%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311134200.140.680.4947.8751.4533.92
Hex83712A0E4431303322
Octal2031615201610461606342
Binary100000111110001101010011101000100110001110000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83712A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83712A; }

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

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

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

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

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

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

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

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