Html Css Color HEX #82620C Yukon Gold

📋 copy color: '#82620C'

red 130 ◦ green 98 ◦ blue 12

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

Shades of Yukon Gold #82620C

Tints of Yukon Gold #82620C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5%

R = 54.17%
G = 40.83%
B = 5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#82620C (or 0x82620C) is known color: Yukon Gold. HEX triplet: 82, 62 and 0C. RGB value is (130,98,12). Sum of RGB (Red+Green+Blue) = 130+98+12=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #82620C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82620C is #7D9DF3. Grayscale: #626262. Windows color (decimal): -8232436 or 811650. OLE color: 811650.

HSL color Cylindrical-coordinate representation of color #82620C: hue angle of 43.73º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82620C is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 98 12 -
CMYK 0 0.25 0.91 0.49
HSL 43.73º 0.83% 0.28% -
HSV(B) 43.73º 0.91% 0.51% -
XYZ 13.64 13.51 2.24 -
YUV 97.76 79.6 150.99 -
System Red Green Blue C M Y K H S L
Decimal 130 98 12 0 0.25 0.91 0.49 43.73 0.83 0.28
Hex 82 62 C 0 19 5B 31 2C 53 1C
Octal 202 142 14 0 31 133 61 54 123 34
Binary 10000010 1100010 1100 0 11001 1011011 110001 101100 1010011 11100

Color Harmonies of #82620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82620C

Black with #82620C

Text Example


Text Example

White with #82620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82620C; }

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

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

background-color css

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

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

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

border-color css

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

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

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