Html Css Color HEX #826515 Yukon Gold

📋 copy color: '#826515'

red 130 ◦ green 101 ◦ blue 21

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

Shades of Yukon Gold #826515

Tints of Yukon Gold #826515

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.08%

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

R = 51.59%
G = 40.08%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#826515 (or 0x826515) is known color: Yukon Gold. HEX triplet: 82, 65 and 15. RGB value is (130,101,21). Sum of RGB (Red+Green+Blue) = 130+101+21=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #826515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826515 is #7D9AEA. Grayscale: #646464. Windows color (decimal): -8231659 or 1402242. OLE color: 1402242.

HSL color Cylindrical-coordinate representation of color #826515: hue angle of 44.04º 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 #826515 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 101 21 -
CMYK 0 0.22 0.84 0.49
HSL 44.04º 0.72% 0.3% -
HSV(B) 44.04º 0.84% 0.51% -
XYZ 13.99 14.11 2.69 -
YUV 100.55 83.11 149 -
System Red Green Blue C M Y K H S L
Decimal 130 101 21 0 0.22 0.84 0.49 44.04 0.72 0.3
Hex 82 65 15 0 16 54 31 2C 48 1E
Octal 202 145 25 0 26 124 61 54 110 36
Binary 10000010 1100101 10101 0 10110 1010100 110001 101100 1001000 11110

Color Harmonies of #826515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826515

Black with #826515

Text Example


Text Example

White with #826515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826515; }

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

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

background-color css

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

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

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

border-color css

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

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

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