Html Css Color HEX #826824 Yukon Gold

📋 copy color: '#826824'

red 130 ◦ green 104 ◦ blue 36

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

Shades of Yukon Gold #826824

Tints of Yukon Gold #826824

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.52%

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

R = 48.15%
G = 38.52%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#826824 (or 0x826824) is known color: Yukon Gold. HEX triplet: 82, 68 and 24. RGB value is (130,104,36). Sum of RGB (Red+Green+Blue) = 130+104+36=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #826824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826824 is #7D97DB. Grayscale: #686868. Windows color (decimal): -8230876 or 2386050. OLE color: 2386050.

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

Color convert

RGB 130 104 36 -
CMYK 0 0.2 0.72 0.49
HSL 43.4º 0.57% 0.33% -
HSV(B) 43.4º 0.72% 0.51% -
XYZ 14.47 14.77 3.76 -
YUV 104.02 89.61 146.53 -
System Red Green Blue C M Y K H S L
Decimal 130 104 36 0 0.2 0.72 0.49 43.4 0.57 0.33
Hex 82 68 24 0 14 48 31 2B 39 21
Octal 202 150 44 0 24 110 61 53 71 41
Binary 10000010 1101000 100100 0 10100 1001000 110001 101011 111001 100001

Color Harmonies of #826824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826824

Black with #826824

Text Example


Text Example

White with #826824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826824; }

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

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

background-color css

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

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

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

border-color css

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

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

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