Html Css Color HEX #826218 Yukon Gold

📋 copy color: '#826218'

red 130 ◦ green 98 ◦ blue 24

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

Shades of Yukon Gold #826218

Tints of Yukon Gold #826218

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.89%

 BLUE value IS 24 (9.77% from 255) = 9.52%

R = 51.59%
G = 38.89%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#826218 (or 0x826218) is known color: Yukon Gold. HEX triplet: 82, 62 and 18. RGB value is (130,98,24). Sum of RGB (Red+Green+Blue) = 130+98+24=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #826218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826218 is #7D9DE7. Grayscale: #636363. Windows color (decimal): -8232424 or 1598082. OLE color: 1598082.

HSL color Cylindrical-coordinate representation of color #826218: hue angle of 41.89º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #826218 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 98 24 -
CMYK 0 0.25 0.82 0.49
HSL 41.89º 0.69% 0.3% -
HSV(B) 41.89º 0.82% 0.51% -
XYZ 13.74 13.55 2.75 -
YUV 99.13 85.6 150.02 -
System Red Green Blue C M Y K H S L
Decimal 130 98 24 0 0.25 0.82 0.49 41.89 0.69 0.3
Hex 82 62 18 0 19 52 31 2A 45 1E
Octal 202 142 30 0 31 122 61 52 105 36
Binary 10000010 1100010 11000 0 11001 1010010 110001 101010 1000101 11110

Color Harmonies of #826218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826218

Black with #826218

Text Example


Text Example

White with #826218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826218; }

 p { color: rgb(130,98,24); }

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

background-color css

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

 a { background-color: rgb(130,98,24); }

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

border-color css

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

 span { border-color: rgb(130,98,24); }

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