#81701A

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

Shades of Yukon Gold #81701A

Tints of Yukon Gold #81701A

Color information

#81701A (or 0x81701A) is unknown color: approx Yukon Gold. HEX triplet: 81, 70 and 1A. RGB value is (129,112,26). Sum of RGB (Red+Green+Blue) = 129+112+26=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #81701A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81701A is #7E8FE5. Grayscale: #6B6B6B. Windows color (decimal): -8294374 or 1732737. OLE color: 1732737.

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

Color convert

RGB12911226-
CMYK00.130.800.49
HSL50.1º66.45%30.39%-
HSV(B)50.1º79.84%50.59%-
XYZ15.0316.333.34-
YUV107.2882.13143.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.31%
GREEN value IS 112 (44.14% from 255) = 41.95%
BLUE value IS 26 (10.55% from 255) = 9.74%
R=48.31%
G=41.95%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291122600.130.800.4950.166.4530.39
Hex81701A0D503132421e
Octal20116032015120616210236
Binary10000001111000011010011011010000110001110010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81701A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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