Html Css Color HEX #826B0C Yukon Gold

📋 copy color: '#826B0C'

red 130 ◦ green 107 ◦ blue 12

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

Shades of Yukon Gold #826B0C

Tints of Yukon Gold #826B0C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.97%

 BLUE value IS 12 (5.08% from 255) = 4.82%

R = 52.21%
G = 42.97%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#826B0C (or 0x826B0C) is known color: Yukon Gold. HEX triplet: 82, 6B and 0C. RGB value is (130,107,12). Sum of RGB (Red+Green+Blue) = 130+107+12=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #826B0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826B0C is #7D94F3. Grayscale: #676767. Windows color (decimal): -8230132 or 813954. OLE color: 813954.

HSL color Cylindrical-coordinate representation of color #826B0C: hue angle of 48.31º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #826B0C is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 107 12 -
CMYK 0 0.18 0.91 0.49
HSL 48.31º 0.83% 0.28% -
HSV(B) 48.31º 0.91% 0.51% -
XYZ 14.53 15.29 2.53 -
YUV 103.05 76.62 147.22 -
System Red Green Blue C M Y K H S L
Decimal 130 107 12 0 0.18 0.91 0.49 48.31 0.83 0.28
Hex 82 6B C 0 12 5B 31 30 53 1C
Octal 202 153 14 0 22 133 61 60 123 34
Binary 10000010 1101011 1100 0 10010 1011011 110001 110000 1010011 11100

Color Harmonies of #826B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826B0C

Black with #826B0C

Text Example


Text Example

White with #826B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,107,12); }

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

background-color css

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

 a { background-color: rgb(130,107,12); }

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

border-color css

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

 span { border-color: rgb(130,107,12); }

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