#825F1A

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

Shades of Yukon Gold #825F1A

Tints of Yukon Gold #825F1A

Color information

#825F1A (or 0x825F1A) is unknown color: approx Yukon Gold. HEX triplet: 82, 5F and 1A. RGB value is (130,95,26). Sum of RGB (Red+Green+Blue) = 130+95+26=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #825F1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825F1A is #7DA0E5. Grayscale: #616161. Windows color (decimal): -8233190 or 1728386. OLE color: 1728386.

HSL color Cylindrical-coordinate representation of color #825F1A: hue angle of 39.81º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #825F1A is Cyan = 0, Magento = 0.27, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB1309526-
CMYK00.270.80.49
HSL39.81º66.67%30.59%-
HSV(B)39.81º80%50.98%-
XYZ13.48132.78-
YUV97.687.6151.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.79%
GREEN value IS 95 (37.5% from 255) = 37.85%
BLUE value IS 26 (10.55% from 255) = 10.36%
R=51.79%
G=37.85%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130952600.270.80.4939.8166.6730.59
Hex825F1A01B503128431f
Octal20213732033120615010337
Binary100000101011111110100110111010000110001101000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825F1A; }

 p { color: rgb(130,95,26); }

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

<style>
 a { background-color: #825F1A; }

 a { background-color: rgb(130,95,26); }

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

<style>
 span { border-color: #825F1A; }

 span { border-color: rgb(130,95,26); }

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