Html Css Color HEX #826115 Yukon Gold

📋 copy color: '#826115'

red 130 ◦ green 97 ◦ blue 21

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

Shades of Yukon Gold #826115

Tints of Yukon Gold #826115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.11%

 BLUE value IS 21 (8.59% from 255) = 8.47%

R = 52.42%
G = 39.11%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#826115 (or 0x826115) is known color: Yukon Gold. HEX triplet: 82, 61 and 15. RGB value is (130,97,21). Sum of RGB (Red+Green+Blue) = 130+97+21=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #826115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826115 is #7D9EEA. Grayscale: #626262. Windows color (decimal): -8232683 or 1401218. OLE color: 1401218.

HSL color Cylindrical-coordinate representation of color #826115: hue angle of 41.83º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #826115 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 97 21 -
CMYK 0 0.25 0.84 0.49
HSL 41.83º 0.72% 0.3% -
HSV(B) 41.83º 0.84% 0.51% -
XYZ 13.62 13.35 2.57 -
YUV 98.2 84.43 150.68 -
System Red Green Blue C M Y K H S L
Decimal 130 97 21 0 0.25 0.84 0.49 41.83 0.72 0.3
Hex 82 61 15 0 19 54 31 2A 48 1E
Octal 202 141 25 0 31 124 61 52 110 36
Binary 10000010 1100001 10101 0 11001 1010100 110001 101010 1001000 11110

Color Harmonies of #826115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826115

Black with #826115

Text Example


Text Example

White with #826115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826115; }

 p { color: rgb(130,97,21); }

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

background-color css

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

 a { background-color: rgb(130,97,21); }

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

border-color css

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

 span { border-color: rgb(130,97,21); }

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