Html Css Color HEX #826512 Yukon Gold

📋 copy color: '#826512'

red 130 ◦ green 101 ◦ blue 18

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

Shades of Yukon Gold #826512

Tints of Yukon Gold #826512

RGB

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

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

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

R = 52.21%
G = 40.56%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#826512 (or 0x826512) is known color: Yukon Gold. HEX triplet: 82, 65 and 12. RGB value is (130,101,18). Sum of RGB (Red+Green+Blue) = 130+101+18=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #826512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826512 is #7D9AED. Grayscale: #646464. Windows color (decimal): -8231662 or 1205634. OLE color: 1205634.

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

Color convert

RGB 130 101 18 -
CMYK 0 0.22 0.86 0.49
HSL 44.46º 0.76% 0.29% -
HSV(B) 44.46º 0.86% 0.51% -
XYZ 13.97 14.1 2.56 -
YUV 100.21 81.61 149.25 -
System Red Green Blue C M Y K H S L
Decimal 130 101 18 0 0.22 0.86 0.49 44.46 0.76 0.29
Hex 82 65 12 0 16 56 31 2C 4C 1D
Octal 202 145 22 0 26 126 61 54 114 35
Binary 10000010 1100101 10010 0 10110 1010110 110001 101100 1001100 11101

Color Harmonies of #826512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826512

Black with #826512

Text Example


Text Example

White with #826512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826512; }

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

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

background-color css

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

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

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

border-color css

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

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

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