#83631E

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

Shades of Yukon Gold #83631E

Tints of Yukon Gold #83631E

Color information

#83631E (or 0x83631E) is unknown color: approx Yukon Gold. HEX triplet: 83, 63 and 1E. RGB value is (131,99,30). Sum of RGB (Red+Green+Blue) = 131+99+30=260 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.38% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 131 - color contains mainly: red. Hex color #83631E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83631E is #7C9CE1. Grayscale: #656565. Windows color (decimal): -8166626 or 1991555. OLE color: 1991555.

HSL color Cylindrical-coordinate representation of color #83631E: hue angle of 40.99º 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 #83631E is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB1319930-
CMYK00.240.770.49
HSL40.99º62.73%31.57%-
HSV(B)40.99º77.1%51.37%-
XYZ14.0613.843.16-
YUV100.788.1149.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.38%
GREEN value IS 99 (39.06% from 255) = 38.08%
BLUE value IS 30 (12.11% from 255) = 11.54%
R=50.38%
G=38.08%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131993000.240.770.4940.9962.7331.57
Hex83631E0184D31293f20
Octal2031433603011561517740
Binary100000111100011111100110001001101110001101001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83631E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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