Html Css Color HEX #826409 Yukon Gold

📋 copy color: '#826409'

red 130 ◦ green 100 ◦ blue 9

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

Shades of Yukon Gold #826409

Tints of Yukon Gold #826409

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.84%

 BLUE value IS 9 (3.91% from 255) = 3.77%

R = 54.39%
G = 41.84%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#826409 (or 0x826409) is known color: Yukon Gold. HEX triplet: 82, 64 and 09. RGB value is (130,100,9). Sum of RGB (Red+Green+Blue) = 130+100+9=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #826409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826409 is #7D9BF6. Grayscale: #626262. Windows color (decimal): -8231927 or 615554. OLE color: 615554.

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

Color convert

RGB 130 100 9 -
CMYK 0 0.23 0.93 0.49
HSL 45.12º 0.87% 0.27% -
HSV(B) 45.12º 0.93% 0.51% -
XYZ 13.81 13.88 2.21 -
YUV 98.6 77.44 150.4 -
System Red Green Blue C M Y K H S L
Decimal 130 100 9 0 0.23 0.93 0.49 45.12 0.87 0.27
Hex 82 64 9 0 17 5D 31 2D 57 1B
Octal 202 144 11 0 27 135 61 55 127 33
Binary 10000010 1100100 1001 0 10111 1011101 110001 101101 1010111 11011

Color Harmonies of #826409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826409

Black with #826409

Text Example


Text Example

White with #826409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826409; }

 p { color: rgb(130,100,9); }

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

background-color css

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

 a { background-color: rgb(130,100,9); }

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

border-color css

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

 span { border-color: rgb(130,100,9); }

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