Html Css Color HEX #827316 Yukon Gold

📋 copy color: '#827316'

red 130 ◦ green 115 ◦ blue 22

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

Shades of Yukon Gold #827316

Tints of Yukon Gold #827316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.24%

R = 48.69%
G = 43.07%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#827316 (or 0x827316) is known color: Yukon Gold. HEX triplet: 82, 73 and 16. RGB value is (130,115,22). Sum of RGB (Red+Green+Blue) = 130+115+22=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #827316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827316 is #7D8CE9. Grayscale: #6D6D6D. Windows color (decimal): -8228074 or 1471362. OLE color: 1471362.

HSL color Cylindrical-coordinate representation of color #827316: hue angle of 51.67º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #827316 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 115 22 -
CMYK 0 0.12 0.83 0.49
HSL 51.67º 0.71% 0.3% -
HSV(B) 51.67º 0.83% 0.51% -
XYZ 15.48 17.07 3.24 -
YUV 108.88 78.97 143.06 -
System Red Green Blue C M Y K H S L
Decimal 130 115 22 0 0.12 0.83 0.49 51.67 0.71 0.3
Hex 82 73 16 0 C 53 31 34 47 1E
Octal 202 163 26 0 14 123 61 64 107 36
Binary 10000010 1110011 10110 0 1100 1010011 110001 110100 1000111 11110

Color Harmonies of #827316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827316

Black with #827316

Text Example


Text Example

White with #827316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827316; }

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

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

background-color css

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

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

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

border-color css

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

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

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