Html Css Color HEX #826008 Yukon Gold

📋 copy color: '#826008'

red 130 ◦ green 96 ◦ blue 8

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

Shades of Yukon Gold #826008

Tints of Yukon Gold #826008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.03%

 BLUE value IS 8 (3.52% from 255) = 3.42%

R = 55.56%
G = 41.03%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#826008 (or 0x826008) is known color: Yukon Gold. HEX triplet: 82, 60 and 08. RGB value is (130,96,8). Sum of RGB (Red+Green+Blue) = 130+96+8=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #826008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826008 is #7D9FF7. Grayscale: #606060. Windows color (decimal): -8232952 or 548994. OLE color: 548994.

HSL color Cylindrical-coordinate representation of color #826008: hue angle of 43.28º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #826008 is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 96 8 -
CMYK 0 0.26 0.94 0.49
HSL 43.28º 0.88% 0.27% -
HSV(B) 43.28º 0.94% 0.51% -
XYZ 13.43 13.13 2.06 -
YUV 96.13 78.26 152.16 -
System Red Green Blue C M Y K H S L
Decimal 130 96 8 0 0.26 0.94 0.49 43.28 0.88 0.27
Hex 82 60 8 0 1A 5E 31 2B 58 1B
Octal 202 140 10 0 32 136 61 53 130 33
Binary 10000010 1100000 1000 0 11010 1011110 110001 101011 1011000 11011

Color Harmonies of #826008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826008

Black with #826008

Text Example


Text Example

White with #826008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826008; }

 p { color: rgb(130,96,8); }

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

background-color css

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

 a { background-color: rgb(130,96,8); }

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

border-color css

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

 span { border-color: rgb(130,96,8); }

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