#81741A

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

Shades of Yukon Gold #81741A

Tints of Yukon Gold #81741A

Color information

#81741A (or 0x81741A) is unknown color: approx Yukon Gold. HEX triplet: 81, 74 and 1A. RGB value is (129,116,26). Sum of RGB (Red+Green+Blue) = 129+116+26=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 129 - color contains mainly: red. Hex color #81741A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81741A is #7E8BE5. Grayscale: #6D6D6D. Windows color (decimal): -8293350 or 1733761. OLE color: 1733761.

HSL color Cylindrical-coordinate representation of color #81741A: hue angle of 52.43º 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 #81741A is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB12911626-
CMYK00.100.800.49
HSL52.43º66.45%30.39%-
HSV(B)52.43º79.84%50.59%-
XYZ15.4917.233.49-
YUV109.6380.81141.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.60%
GREEN value IS 116 (45.70% from 255) = 42.80%
BLUE value IS 26 (10.55% from 255) = 9.59%
R=47.60%
G=42.80%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291162600.100.800.4952.4366.4530.39
Hex81741A0A503134421e
Octal20116432012120616410236
Binary10000001111010011010010101010000110001110100100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81741A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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