Html Css Color HEX #825F0A Yukon Gold

📋 copy color: '#825F0A'

red 130 ◦ green 95 ◦ blue 10

#825F0A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yukon Gold #825F0A

Tints of Yukon Gold #825F0A

RGB

 RED value IS 130 (51.17% from 255) = 55.32%

 GREEN value IS 95 (37.5% from 255) = 40.43%

 BLUE value IS 10 (4.3% from 255) = 4.26%

R = 55.32%
G = 40.43%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#825F0A (or 0x825F0A) is known color: Yukon Gold. HEX triplet: 82, 5F and 0A. RGB value is (130,95,10). Sum of RGB (Red+Green+Blue) = 130+95+10=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 95 (37.5% from 255 or 40.43% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #825F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825F0A is #7DA0F5. Grayscale: #606060. Windows color (decimal): -8233206 or 679810. OLE color: 679810.

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

Color convert

RGB 130 95 10 -
CMYK 0 0.27 0.92 0.49
HSL 42.5º 0.86% 0.27% -
HSV(B) 42.5º 0.92% 0.51% -
XYZ 13.35 12.95 2.08 -
YUV 95.78 79.6 152.41 -
System Red Green Blue C M Y K H S L
Decimal 130 95 10 0 0.27 0.92 0.49 42.5 0.86 0.27
Hex 82 5F A 0 1B 5C 31 2A 56 1B
Octal 202 137 12 0 33 134 61 52 126 33
Binary 10000010 1011111 1010 0 11011 1011100 110001 101010 1010110 11011

Color Harmonies of #825F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F0A

Black with #825F0A

Text Example


Text Example

White with #825F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #825F0A;
 }
 .AnyTagClassName
 {
   color: #825F0A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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