Html Css Color HEX #826324 Yukon Gold

📋 copy color: '#826324'

red 130 ◦ green 99 ◦ blue 36

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

Shades of Yukon Gold #826324

Tints of Yukon Gold #826324

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.36%

 BLUE value IS 36 (14.45% from 255) = 13.58%

R = 49.06%
G = 37.36%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#826324 (or 0x826324) is known color: Yukon Gold. HEX triplet: 82, 63 and 24. RGB value is (130,99,36). Sum of RGB (Red+Green+Blue) = 130+99+36=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #826324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826324 is #7D9CDB. Grayscale: #656565. Windows color (decimal): -8232156 or 2384770. OLE color: 2384770.

HSL color Cylindrical-coordinate representation of color #826324: hue angle of 40.21º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #826324 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 99 36 -
CMYK 0 0.24 0.72 0.49
HSL 40.21º 0.57% 0.33% -
HSV(B) 40.21º 0.72% 0.51% -
XYZ 13.99 13.8 3.59 -
YUV 101.09 91.27 148.62 -
System Red Green Blue C M Y K H S L
Decimal 130 99 36 0 0.24 0.72 0.49 40.21 0.57 0.33
Hex 82 63 24 0 18 48 31 28 39 21
Octal 202 143 44 0 30 110 61 50 71 41
Binary 10000010 1100011 100100 0 11000 1001000 110001 101000 111001 100001

Color Harmonies of #826324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826324

Black with #826324

Text Example


Text Example

White with #826324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826324; }

 p { color: rgb(130,99,36); }

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

background-color css

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

 a { background-color: rgb(130,99,36); }

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

border-color css

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

 span { border-color: rgb(130,99,36); }

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