Html Css Color HEX #825F11 Yukon Gold

📋 copy color: '#825F11'

red 130 ◦ green 95 ◦ blue 17

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

Shades of Yukon Gold #825F11

Tints of Yukon Gold #825F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.02%

R = 53.72%
G = 39.26%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#825F11 (or 0x825F11) is known color: Yukon Gold. HEX triplet: 82, 5F and 11. RGB value is (130,95,17). Sum of RGB (Red+Green+Blue) = 130+95+17=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #825F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825F11 is #7DA0EE. Grayscale: #606060. Windows color (decimal): -8233199 or 1138562. OLE color: 1138562.

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

Color convert

RGB 130 95 17 -
CMYK 0 0.27 0.87 0.49
HSL 41.42º 0.77% 0.29% -
HSV(B) 41.42º 0.87% 0.51% -
XYZ 13.4 12.97 2.33 -
YUV 96.57 83.1 151.84 -
System Red Green Blue C M Y K H S L
Decimal 130 95 17 0 0.27 0.87 0.49 41.42 0.77 0.29
Hex 82 5F 11 0 1B 57 31 29 4D 1D
Octal 202 137 21 0 33 127 61 51 115 35
Binary 10000010 1011111 10001 0 11011 1010111 110001 101001 1001101 11101

Color Harmonies of #825F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F11

Black with #825F11

Text Example


Text Example

White with #825F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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