Html Css Color HEX #827320 Yukon Gold

📋 copy color: '#827320'

red 130 ◦ green 115 ◦ blue 32

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

Shades of Yukon Gold #827320

Tints of Yukon Gold #827320

RGB

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

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

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

R = 46.93%
G = 41.52%
B = 11.55%

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

#827320 (or 0x827320) is known color: Yukon Gold. HEX triplet: 82, 73 and 20. RGB value is (130,115,32). Sum of RGB (Red+Green+Blue) = 130+115+32=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #827320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827320 is #7D8CDF. Grayscale: #6E6E6E. Windows color (decimal): -8228064 or 2126722. OLE color: 2126722.

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

Color convert

RGB 130 115 32 -
CMYK 0 0.12 0.75 0.49
HSL 50.82º 0.6% 0.32% -
HSV(B) 50.82º 0.75% 0.51% -
XYZ 15.6 17.11 3.85 -
YUV 110.02 83.97 142.25 -
System Red Green Blue C M Y K H S L
Decimal 130 115 32 0 0.12 0.75 0.49 50.82 0.6 0.32
Hex 82 73 20 0 C 4B 31 33 3C 20
Octal 202 163 40 0 14 113 61 63 74 40
Binary 10000010 1110011 100000 0 1100 1001011 110001 110011 111100 100000

Color Harmonies of #827320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827320

Black with #827320

Text Example


Text Example

White with #827320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827320; }

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

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

background-color css

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

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

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

border-color css

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

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

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