Html Css Color HEX #826513 Yukon Gold

📋 copy color: '#826513'

red 130 ◦ green 101 ◦ blue 19

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

Shades of Yukon Gold #826513

Tints of Yukon Gold #826513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.4%

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

R = 52%
G = 40.4%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#826513 (or 0x826513) is known color: Yukon Gold. HEX triplet: 82, 65 and 13. RGB value is (130,101,19). Sum of RGB (Red+Green+Blue) = 130+101+19=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #826513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826513 is #7D9AEC. Grayscale: #646464. Windows color (decimal): -8231661 or 1271170. OLE color: 1271170.

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

Color convert

RGB 130 101 19 -
CMYK 0 0.22 0.85 0.49
HSL 44.32º 0.74% 0.29% -
HSV(B) 44.32º 0.85% 0.51% -
XYZ 13.98 14.1 2.6 -
YUV 100.32 82.11 149.17 -
System Red Green Blue C M Y K H S L
Decimal 130 101 19 0 0.22 0.85 0.49 44.32 0.74 0.29
Hex 82 65 13 0 16 55 31 2C 4A 1D
Octal 202 145 23 0 26 125 61 54 112 35
Binary 10000010 1100101 10011 0 10110 1010101 110001 101100 1001010 11101

Color Harmonies of #826513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826513

Black with #826513

Text Example


Text Example

White with #826513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826513; }

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

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

background-color css

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

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

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

border-color css

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

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

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