Html Css Color HEX #827210 Yukon Gold

📋 copy color: '#827210'

red 130 ◦ green 114 ◦ blue 16

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

Shades of Yukon Gold #827210

Tints of Yukon Gold #827210

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.85%

 BLUE value IS 16 (6.64% from 255) = 6.15%

R = 50%
G = 43.85%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#827210 (or 0x827210) is known color: Yukon Gold. HEX triplet: 82, 72 and 10. RGB value is (130,114,16). Sum of RGB (Red+Green+Blue) = 130+114+16=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #827210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827210 is #7D8DEF. Grayscale: #6C6C6C. Windows color (decimal): -8228336 or 1077890. OLE color: 1077890.

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

Color convert

RGB 130 114 16 -
CMYK 0 0.12 0.88 0.49
HSL 51.58º 0.78% 0.29% -
HSV(B) 51.58º 0.88% 0.51% -
XYZ 15.32 16.82 2.93 -
YUV 107.61 76.3 143.97 -
System Red Green Blue C M Y K H S L
Decimal 130 114 16 0 0.12 0.88 0.49 51.58 0.78 0.29
Hex 82 72 10 0 C 58 31 34 4E 1D
Octal 202 162 20 0 14 130 61 64 116 35
Binary 10000010 1110010 10000 0 1100 1011000 110001 110100 1001110 11101

Color Harmonies of #827210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827210

Black with #827210

Text Example


Text Example

White with #827210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827210; }

 p { color: rgb(130,114,16); }

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

background-color css

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

 a { background-color: rgb(130,114,16); }

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

border-color css

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

 span { border-color: rgb(130,114,16); }

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