#83631A

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

Shades of Yukon Gold #83631A

Tints of Yukon Gold #83631A

Color information

#83631A (or 0x83631A) is unknown color: approx Yukon Gold. HEX triplet: 83, 63 and 1A. RGB value is (131,99,26). Sum of RGB (Red+Green+Blue) = 131+99+26=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #83631A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83631A is #7C9CE5. Grayscale: #646464. Windows color (decimal): -8166630 or 1729411. OLE color: 1729411.

HSL color Cylindrical-coordinate representation of color #83631A: hue angle of 41.71º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #83631A is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB1319926-
CMYK00.240.800.49
HSL41.71º66.88%30.78%-
HSV(B)41.71º80.15%51.37%-
XYZ14.0113.822.91-
YUV100.2586.1149.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.17%
GREEN value IS 99 (39.06% from 255) = 38.67%
BLUE value IS 26 (10.55% from 255) = 10.16%
R=51.17%
G=38.67%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131992600.240.800.4941.7166.8830.78
Hex83631A01850312a431f
Octal20314332030120615210337
Binary100000111100011110100110001010000110001101010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83631A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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