Html Css Color HEX #826413 Yukon Gold

📋 copy color: '#826413'

red 130 ◦ green 100 ◦ blue 19

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

Shades of Yukon Gold #826413

Tints of Yukon Gold #826413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.63%

R = 52.21%
G = 40.16%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#826413 (or 0x826413) is known color: Yukon Gold. HEX triplet: 82, 64 and 13. RGB value is (130,100,19). Sum of RGB (Red+Green+Blue) = 130+100+19=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #826413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826413 is #7D9BEC. Grayscale: #646464. Windows color (decimal): -8231917 or 1270914. OLE color: 1270914.

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

Color convert

RGB 130 100 19 -
CMYK 0 0.23 0.85 0.49
HSL 43.78º 0.74% 0.29% -
HSV(B) 43.78º 0.85% 0.51% -
XYZ 13.88 13.91 2.57 -
YUV 99.74 82.44 149.59 -
System Red Green Blue C M Y K H S L
Decimal 130 100 19 0 0.23 0.85 0.49 43.78 0.74 0.29
Hex 82 64 13 0 17 55 31 2C 4A 1D
Octal 202 144 23 0 27 125 61 54 112 35
Binary 10000010 1100100 10011 0 10111 1010101 110001 101100 1001010 11101

Color Harmonies of #826413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826413

Black with #826413

Text Example


Text Example

White with #826413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826413; }

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

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

background-color css

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

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

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

border-color css

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

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

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