Html Css Color HEX #826404 Yukon Gold

📋 copy color: '#826404'

red 130 ◦ green 100 ◦ blue 4

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

Shades of Yukon Gold #826404

Tints of Yukon Gold #826404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.71%

R = 55.56%
G = 42.74%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#826404 (or 0x826404) is known color: Yukon Gold. HEX triplet: 82, 64 and 04. RGB value is (130,100,4). Sum of RGB (Red+Green+Blue) = 130+100+4=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #826404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826404 is #7D9BFB. Grayscale: #626262. Windows color (decimal): -8231932 or 287874. OLE color: 287874.

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

Color convert

RGB 130 100 4 -
CMYK 0 0.23 0.97 0.49
HSL 45.71º 0.94% 0.26% -
HSV(B) 45.71º 0.97% 0.51% -
XYZ 13.79 13.87 2.07 -
YUV 98.03 74.94 150.81 -
System Red Green Blue C M Y K H S L
Decimal 130 100 4 0 0.23 0.97 0.49 45.71 0.94 0.26
Hex 82 64 4 0 17 61 31 2E 5E 1A
Octal 202 144 4 0 27 141 61 56 136 32
Binary 10000010 1100100 100 0 10111 1100001 110001 101110 1011110 11010

Color Harmonies of #826404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826404

Black with #826404

Text Example


Text Example

White with #826404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826404; }

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

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

background-color css

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

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

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

border-color css

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

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

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