#81701b

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

Shades of Yukon Gold #81701B

Tints of Yukon Gold #81701B

Color information

#81701B (or 0x81701B) is unknown color: approx Yukon Gold. HEX triplet: 81, 70 and 1B. RGB value is (129,112,27). Sum of RGB (Red+Green+Blue) = 129+112+27=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #81701B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81701B is #7E8FE4. Grayscale: #6B6B6B. Windows color (decimal): -8294373 or 1798273. OLE color: 1798273.

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

Color convert

RGB12911227-
CMYK00.130.790.49
HSL50º65.38%30.59%-
HSV(B)50º79.07%50.59%-
XYZ15.0516.333.4-
YUV107.3982.63143.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.13%
GREEN value IS 112 (44.14% from 255) = 41.79%
BLUE value IS 27 (10.94% from 255) = 10.07%
R=48.13%
G=41.79%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291122700.130.790.495065.3830.59
Hex81701B0D4F3132411f
Octal20116033015117616210137
Binary10000001111000011011011011001111110001110010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81701b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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