Html Css Color HEX #826926 Yukon Gold

📋 copy color: '#826926'

red 130 ◦ green 105 ◦ blue 38

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

Shades of Yukon Gold #826926

Tints of Yukon Gold #826926

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.46%

 BLUE value IS 38 (15.23% from 255) = 13.92%

R = 47.62%
G = 38.46%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#826926 (or 0x826926) is known color: Yukon Gold. HEX triplet: 82, 69 and 26. RGB value is (130,105,38). Sum of RGB (Red+Green+Blue) = 130+105+38=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #826926 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826926 is #7D96D9. Grayscale: #696969. Windows color (decimal): -8230618 or 2517378. OLE color: 2517378.

HSL color Cylindrical-coordinate representation of color #826926: hue angle of 43.7º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #826926 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 105 38 -
CMYK 0 0.19 0.71 0.49
HSL 43.7º 0.55% 0.33% -
HSV(B) 43.7º 0.71% 0.51% -
XYZ 14.61 14.99 3.96 -
YUV 104.84 90.28 145.95 -
System Red Green Blue C M Y K H S L
Decimal 130 105 38 0 0.19 0.71 0.49 43.7 0.55 0.33
Hex 82 69 26 0 13 47 31 2C 37 21
Octal 202 151 46 0 23 107 61 54 67 41
Binary 10000010 1101001 100110 0 10011 1000111 110001 101100 110111 100001

Color Harmonies of #826926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826926

Black with #826926

Text Example


Text Example

White with #826926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826926; }

 p { color: rgb(130,105,38); }

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

background-color css

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

 a { background-color: rgb(130,105,38); }

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

border-color css

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

 span { border-color: rgb(130,105,38); }

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