Html Css Color HEX #827120 Yukon Gold

📋 copy color: '#827120'

red 130 ◦ green 113 ◦ blue 32

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

Shades of Yukon Gold #827120

Tints of Yukon Gold #827120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.09%

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

R = 47.27%
G = 41.09%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#827120 (or 0x827120) is known color: Yukon Gold. HEX triplet: 82, 71 and 20. RGB value is (130,113,32). Sum of RGB (Red+Green+Blue) = 130+113+32=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #827120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827120 is #7D8EDF. Grayscale: #6D6D6D. Windows color (decimal): -8228576 or 2126210. OLE color: 2126210.

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

Color convert

RGB 130 113 32 -
CMYK 0 0.13 0.75 0.49
HSL 49.59º 0.6% 0.32% -
HSV(B) 49.59º 0.75% 0.51% -
XYZ 15.37 16.66 3.77 -
YUV 108.85 84.63 143.09 -
System Red Green Blue C M Y K H S L
Decimal 130 113 32 0 0.13 0.75 0.49 49.59 0.6 0.32
Hex 82 71 20 0 D 4B 31 32 3C 20
Octal 202 161 40 0 15 113 61 62 74 40
Binary 10000010 1110001 100000 0 1101 1001011 110001 110010 111100 100000

Color Harmonies of #827120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827120

Black with #827120

Text Example


Text Example

White with #827120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827120; }

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

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

background-color css

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

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

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

border-color css

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

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

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