Html Css Color HEX #827220 Yukon Gold

📋 copy color: '#827220'

red 130 ◦ green 114 ◦ blue 32

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

Shades of Yukon Gold #827220

Tints of Yukon Gold #827220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.59%

R = 47.1%
G = 41.3%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#827220 (or 0x827220) is known color: Yukon Gold. HEX triplet: 82, 72 and 20. RGB value is (130,114,32). Sum of RGB (Red+Green+Blue) = 130+114+32=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #827220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827220 is #7D8DDF. Grayscale: #6D6D6D. Windows color (decimal): -8228320 or 2126466. OLE color: 2126466.

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

Color convert

RGB 130 114 32 -
CMYK 0 0.12 0.75 0.49
HSL 50.2º 0.6% 0.32% -
HSV(B) 50.2º 0.75% 0.51% -
XYZ 15.48 16.88 3.81 -
YUV 109.44 84.3 142.67 -
System Red Green Blue C M Y K H S L
Decimal 130 114 32 0 0.12 0.75 0.49 50.2 0.6 0.32
Hex 82 72 20 0 C 4B 31 32 3C 20
Octal 202 162 40 0 14 113 61 62 74 40
Binary 10000010 1110010 100000 0 1100 1001011 110001 110010 111100 100000

Color Harmonies of #827220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827220

Black with #827220

Text Example


Text Example

White with #827220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827220; }

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

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

background-color css

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

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

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

border-color css

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

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

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