#83621D

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

Shades of Yukon Gold #83621D

Tints of Yukon Gold #83621D

Color information

#83621D (or 0x83621D) is unknown color: approx Yukon Gold. HEX triplet: 83, 62 and 1D. RGB value is (131,98,29). Sum of RGB (Red+Green+Blue) = 131+98+29=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #83621D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83621D is #7C9DE2. Grayscale: #646464. Windows color (decimal): -8166883 or 1925763. OLE color: 1925763.

HSL color Cylindrical-coordinate representation of color #83621D: hue angle of 40.59º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #83621D is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB1319829-
CMYK00.250.780.49
HSL40.59º63.75%31.37%-
HSV(B)40.59º77.86%51.37%-
XYZ13.9513.653.06-
YUV10087.93150.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.78%
GREEN value IS 98 (38.67% from 255) = 37.98%
BLUE value IS 29 (11.72% from 255) = 11.24%
R=50.78%
G=37.98%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131982900.250.780.4940.5963.7531.37
Hex83621D0194E3129401f
Octal20314235031116615110037
Binary100000111100010111010110011001110110001101001100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83621D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83621D; }

 p { color: rgb(131,98,29); }

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

<style>
 a { background-color: #83621D; }

 a { background-color: rgb(131,98,29); }

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

<style>
 span { border-color: #83621D; }

 span { border-color: rgb(131,98,29); }

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