#81741C

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

Shades of Yukon Gold #81741C

Tints of Yukon Gold #81741C

Color information

#81741C (or 0x81741C) is unknown color: approx Yukon Gold. HEX triplet: 81, 74 and 1C. RGB value is (129,116,28). Sum of RGB (Red+Green+Blue) = 129+116+28=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #81741C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81741C is #7E8BE3. Grayscale: #6E6E6E. Windows color (decimal): -8293348 or 1864833. OLE color: 1864833.

HSL color Cylindrical-coordinate representation of color #81741C: hue angle of 52.28º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81741C is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB12911628-
CMYK00.100.780.49
HSL52.28º64.33%30.78%-
HSV(B)52.28º78.29%50.59%-
XYZ15.5117.243.61-
YUV109.8581.81141.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.25%
GREEN value IS 116 (45.70% from 255) = 42.49%
BLUE value IS 28 (11.33% from 255) = 10.26%
R=47.25%
G=42.49%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291162800.100.780.4952.2864.3330.78
Hex81741C0A4E3134401f
Octal20116434012116616410037
Binary10000001111010011100010101001110110001110100100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81741C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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