#81701F

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

Shades of Yukon Gold #81701F

Tints of Yukon Gold #81701F

Color information

#81701F (or 0x81701F) is unknown color: approx Yukon Gold. HEX triplet: 81, 70 and 1F. RGB value is (129,112,31). Sum of RGB (Red+Green+Blue) = 129+112+31=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #81701F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81701F is #7E8FE0. Grayscale: #6C6C6C. Windows color (decimal): -8294369 or 2060417. OLE color: 2060417.

HSL color Cylindrical-coordinate representation of color #81701F: hue angle of 49.59º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #81701F is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB12911231-
CMYK00.130.760.49
HSL49.59º61.25%31.37%-
HSV(B)49.59º75.97%50.59%-
XYZ15.0916.353.66-
YUV107.8584.63143.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.43%
GREEN value IS 112 (44.14% from 255) = 41.18%
BLUE value IS 31 (12.5% from 255) = 11.40%
R=47.43%
G=41.18%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291123100.130.760.4949.5961.2531.37
Hex81701F0D4C31323d1f
Octal2011603701511461627537
Binary1000000111100001111101101100110011000111001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81701F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,112,31); }

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

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

 a { background-color: rgb(129,112,31); }

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

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

 span { border-color: rgb(129,112,31); }

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