#825C0D

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

Shades of Yukon Gold #825C0D

Tints of Yukon Gold #825C0D

Color information

#825C0D (or 0x825C0D) is unknown color: approx Yukon Gold. HEX triplet: 82, 5C and 0D. RGB value is (130,92,13). Sum of RGB (Red+Green+Blue) = 130+92+13=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #825C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825C0D is #7DA3F2. Grayscale: #5E5E5E. Windows color (decimal): -8233971 or 875650. OLE color: 875650.

HSL color Cylindrical-coordinate representation of color #825C0D: hue angle of 40.51º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #825C0D is Cyan = 0, Magento = 0.29, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB1309213-
CMYK00.290.90.49
HSL40.51º81.82%28.04%-
HSV(B)40.51º90%50.98%-
XYZ13.1112.432.09-
YUV94.3682.09153.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.32%
GREEN value IS 92 (36.33% from 255) = 39.15%
BLUE value IS 13 (5.47% from 255) = 5.53%
R=55.32%
G=39.15%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.9
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130921300.290.90.4940.5181.8228.04
Hex825CD01D5A3129521c
Octal20213415035132615112234
Binary10000010101110011010111011011010110001101001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,92,13); }

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

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

 a { background-color: rgb(130,92,13); }

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

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

 span { border-color: rgb(130,92,13); }

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