#83631B

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

Shades of Yukon Gold #83631B

Tints of Yukon Gold #83631B

Color information

#83631B (or 0x83631B) is unknown color: approx Yukon Gold. HEX triplet: 83, 63 and 1B. RGB value is (131,99,27). Sum of RGB (Red+Green+Blue) = 131+99+27=257 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.97% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 131 - color contains mainly: red. Hex color #83631B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83631B is #7C9CE4. Grayscale: #646464. Windows color (decimal): -8166629 or 1794947. OLE color: 1794947.

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

Color convert

RGB1319927-
CMYK00.240.790.49
HSL41.54º65.82%30.98%-
HSV(B)41.54º79.39%51.37%-
XYZ14.0213.832.97-
YUV100.3686.6149.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.97%
GREEN value IS 99 (39.06% from 255) = 38.52%
BLUE value IS 27 (10.94% from 255) = 10.51%
R=50.97%
G=38.52%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131992700.240.790.4941.5465.8230.98
Hex83631B0184F312a421f
Octal20314333030117615210237
Binary100000111100011110110110001001111110001101010100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83631B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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