Html Css Color HEX #826913 Yukon Gold

📋 copy color: '#826913'

red 130 ◦ green 105 ◦ blue 19

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

Shades of Yukon Gold #826913

Tints of Yukon Gold #826913

RGB

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

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

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

R = 51.18%
G = 41.34%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#826913 (or 0x826913) is known color: Yukon Gold. HEX triplet: 82, 69 and 13. RGB value is (130,105,19). Sum of RGB (Red+Green+Blue) = 130+105+19=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #826913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826913 is #7D96EC. Grayscale: #676767. Windows color (decimal): -8230637 or 1272194. OLE color: 1272194.

HSL color Cylindrical-coordinate representation of color #826913: hue angle of 46.49º 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 #826913 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 105 19 -
CMYK 0 0.19 0.85 0.49
HSL 46.49º 0.74% 0.29% -
HSV(B) 46.49º 0.85% 0.51% -
XYZ 14.38 14.9 2.73 -
YUV 102.67 80.78 147.49 -
System Red Green Blue C M Y K H S L
Decimal 130 105 19 0 0.19 0.85 0.49 46.49 0.74 0.29
Hex 82 69 13 0 13 55 31 2E 4A 1D
Octal 202 151 23 0 23 125 61 56 112 35
Binary 10000010 1101001 10011 0 10011 1010101 110001 101110 1001010 11101

Color Harmonies of #826913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826913

Black with #826913

Text Example


Text Example

White with #826913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826913; }

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

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

background-color css

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

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

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

border-color css

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

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

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