Html Css Color HEX #826B24 Yukon Gold

📋 copy color: '#826B24'

red 130 ◦ green 107 ◦ blue 36

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

Shades of Yukon Gold #826B24

Tints of Yukon Gold #826B24

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.19%

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

R = 47.62%
G = 39.19%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#826B24 (or 0x826B24) is known color: Yukon Gold. HEX triplet: 82, 6B and 24. RGB value is (130,107,36). Sum of RGB (Red+Green+Blue) = 130+107+36=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #826B24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826B24 is #7D94DB. Grayscale: #6A6A6A. Windows color (decimal): -8230108 or 2386818. OLE color: 2386818.

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

Color convert

RGB 130 107 36 -
CMYK 0 0.18 0.72 0.49
HSL 45.32º 0.57% 0.33% -
HSV(B) 45.32º 0.72% 0.51% -
XYZ 14.78 15.39 3.86 -
YUV 105.78 88.62 145.27 -
System Red Green Blue C M Y K H S L
Decimal 130 107 36 0 0.18 0.72 0.49 45.32 0.57 0.33
Hex 82 6B 24 0 12 48 31 2D 39 21
Octal 202 153 44 0 22 110 61 55 71 41
Binary 10000010 1101011 100100 0 10010 1001000 110001 101101 111001 100001

Color Harmonies of #826B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826B24

Black with #826B24

Text Example


Text Example

White with #826B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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