Html Css Color HEX #827616 Yukon Gold

📋 copy color: '#827616'

red 130 ◦ green 118 ◦ blue 22

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

Shades of Yukon Gold #827616

Tints of Yukon Gold #827616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.7%

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

R = 48.15%
G = 43.7%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#827616 (or 0x827616) is known color: Yukon Gold. HEX triplet: 82, 76 and 16. RGB value is (130,118,22). Sum of RGB (Red+Green+Blue) = 130+118+22=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #827616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827616 is #7D89E9. Grayscale: #6F6F6F. Windows color (decimal): -8227306 or 1472130. OLE color: 1472130.

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

Color convert

RGB 130 118 22 -
CMYK 0 0.09 0.83 0.49
HSL 53.33º 0.71% 0.3% -
HSV(B) 53.33º 0.83% 0.51% -
XYZ 15.83 17.76 3.35 -
YUV 110.64 77.98 141.81 -
System Red Green Blue C M Y K H S L
Decimal 130 118 22 0 0.09 0.83 0.49 53.33 0.71 0.3
Hex 82 76 16 0 9 53 31 35 47 1E
Octal 202 166 26 0 11 123 61 65 107 36
Binary 10000010 1110110 10110 0 1001 1010011 110001 110101 1000111 11110

Color Harmonies of #827616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827616

Black with #827616

Text Example


Text Example

White with #827616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827616; }

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

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

background-color css

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

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

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

border-color css

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

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

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