#83700F

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

Shades of Yukon Gold #83700F

Tints of Yukon Gold #83700F

Color information

#83700F (or 0x83700F) is unknown color: approx Yukon Gold. HEX triplet: 83, 70 and 0F. RGB value is (131,112,15). Sum of RGB (Red+Green+Blue) = 131+112+15=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #83700F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #83700F is #7C8FF0. Grayscale: #6B6B6B. Windows color (decimal): -8163313 or 1011843. OLE color: 1011843.

HSL color Cylindrical-coordinate representation of color #83700F: hue angle of 50.17º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83700F is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB13111215-
CMYK00.150.890.49
HSL50.17º79.45%28.63%-
HSV(B)50.17º88.55%51.37%-
XYZ15.2416.452.82-
YUV106.6276.29145.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.78%
GREEN value IS 112 (44.14% from 255) = 43.41%
BLUE value IS 15 (6.25% from 255) = 5.81%
R=50.78%
G=43.41%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311121500.150.890.4950.1779.4528.63
Hex8370F0F5931324f1d
Octal20316017017131616211735
Binary1000001111100001111011111011001110001110010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83700F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83700F; }

 p { color: rgb(131,112,15); }

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

<style>
 a { background-color: #83700F; }

 a { background-color: rgb(131,112,15); }

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

<style>
 span { border-color: #83700F; }

 span { border-color: rgb(131,112,15); }

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