Html Css Color HEX #82611C Yukon Gold

📋 copy color: '#82611C'

red 130 ◦ green 97 ◦ blue 28

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

Shades of Yukon Gold #82611C

Tints of Yukon Gold #82611C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.04%

 BLUE value IS 28 (11.33% from 255) = 10.98%

R = 50.98%
G = 38.04%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#82611C (or 0x82611C) is known color: Yukon Gold. HEX triplet: 82, 61 and 1C. RGB value is (130,97,28). Sum of RGB (Red+Green+Blue) = 130+97+28=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #82611C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82611C is #7D9EE3. Grayscale: #636363. Windows color (decimal): -8232676 or 1859970. OLE color: 1859970.

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

Color convert

RGB 130 97 28 -
CMYK 0 0.25 0.78 0.49
HSL 40.59º 0.65% 0.31% -
HSV(B) 40.59º 0.78% 0.51% -
XYZ 13.69 13.38 2.96 -
YUV 99 87.93 150.11 -
System Red Green Blue C M Y K H S L
Decimal 130 97 28 0 0.25 0.78 0.49 40.59 0.65 0.31
Hex 82 61 1C 0 19 4E 31 29 41 1F
Octal 202 141 34 0 31 116 61 51 101 37
Binary 10000010 1100001 11100 0 11001 1001110 110001 101001 1000001 11111

Color Harmonies of #82611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82611C

Black with #82611C

Text Example


Text Example

White with #82611C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,97,28); }

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

background-color css

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

 a { background-color: rgb(130,97,28); }

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

border-color css

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

 span { border-color: rgb(130,97,28); }

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