Html Css Color HEX #826D12 Yukon Gold

📋 copy color: '#826D12'

red 130 ◦ green 109 ◦ blue 18

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

Shades of Yukon Gold #826D12

Tints of Yukon Gold #826D12

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.41%

 BLUE value IS 18 (7.42% from 255) = 7%

R = 50.58%
G = 42.41%
B = 7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#826D12 (or 0x826D12) is known color: Yukon Gold. HEX triplet: 82, 6D and 12. RGB value is (130,109,18). Sum of RGB (Red+Green+Blue) = 130+109+18=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #826D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826D12 is #7D92ED. Grayscale: #696969. Windows color (decimal): -8229614 or 1207682. OLE color: 1207682.

HSL color Cylindrical-coordinate representation of color #826D12: hue angle of 48.75º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #826D12 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 109 18 -
CMYK 0 0.16 0.86 0.49
HSL 48.75º 0.76% 0.29% -
HSV(B) 48.75º 0.86% 0.51% -
XYZ 14.78 15.73 2.83 -
YUV 104.91 78.96 145.9 -
System Red Green Blue C M Y K H S L
Decimal 130 109 18 0 0.16 0.86 0.49 48.75 0.76 0.29
Hex 82 6D 12 0 10 56 31 31 4C 1D
Octal 202 155 22 0 20 126 61 61 114 35
Binary 10000010 1101101 10010 0 10000 1010110 110001 110001 1001100 11101

Color Harmonies of #826D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826D12

Black with #826D12

Text Example


Text Example

White with #826D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826D12; }

 p { color: rgb(130,109,18); }

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

background-color css

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

 a { background-color: rgb(130,109,18); }

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

border-color css

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

 span { border-color: rgb(130,109,18); }

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