Html Css Color HEX #827321 Yukon Gold

📋 copy color: '#827321'

red 130 ◦ green 115 ◦ blue 33

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

Shades of Yukon Gold #827321

Tints of Yukon Gold #827321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.87%

R = 46.76%
G = 41.37%
B = 11.87%

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

#827321 (or 0x827321) is known color: Yukon Gold. HEX triplet: 82, 73 and 21. RGB value is (130,115,33). Sum of RGB (Red+Green+Blue) = 130+115+33=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #827321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827321 is #7D8CDE. Grayscale: #6E6E6E. Windows color (decimal): -8228063 or 2192258. OLE color: 2192258.

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

Color convert

RGB 130 115 33 -
CMYK 0 0.12 0.75 0.49
HSL 50.72º 0.6% 0.32% -
HSV(B) 50.72º 0.75% 0.51% -
XYZ 15.61 17.12 3.92 -
YUV 110.14 84.47 142.17 -
System Red Green Blue C M Y K H S L
Decimal 130 115 33 0 0.12 0.75 0.49 50.72 0.6 0.32
Hex 82 73 21 0 C 4B 31 33 3C 20
Octal 202 163 41 0 14 113 61 63 74 40
Binary 10000010 1110011 100001 0 1100 1001011 110001 110011 111100 100000

Color Harmonies of #827321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827321

Black with #827321

Text Example


Text Example

White with #827321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827321; }

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

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

background-color css

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

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

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

border-color css

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

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

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