Html Css Color HEX #827313 Yukon Gold

📋 copy color: '#827313'

red 130 ◦ green 115 ◦ blue 19

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

Shades of Yukon Gold #827313

Tints of Yukon Gold #827313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.56%

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

R = 49.24%
G = 43.56%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#827313 (or 0x827313) is known color: Yukon Gold. HEX triplet: 82, 73 and 13. RGB value is (130,115,19). Sum of RGB (Red+Green+Blue) = 130+115+19=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #827313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827313 is #7D8CEC. Grayscale: #6C6C6C. Windows color (decimal): -8228077 or 1274754. OLE color: 1274754.

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

Color convert

RGB 130 115 19 -
CMYK 0 0.12 0.85 0.49
HSL 51.89º 0.74% 0.29% -
HSV(B) 51.89º 0.85% 0.51% -
XYZ 15.45 17.05 3.09 -
YUV 108.54 77.47 143.31 -
System Red Green Blue C M Y K H S L
Decimal 130 115 19 0 0.12 0.85 0.49 51.89 0.74 0.29
Hex 82 73 13 0 C 55 31 34 4A 1D
Octal 202 163 23 0 14 125 61 64 112 35
Binary 10000010 1110011 10011 0 1100 1010101 110001 110100 1001010 11101

Color Harmonies of #827313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827313

Black with #827313

Text Example


Text Example

White with #827313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827313; }

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

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

background-color css

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

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

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

border-color css

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

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

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