Html Css Color HEX #82711D Yukon Gold

📋 copy color: '#82711D'

red 130 ◦ green 113 ◦ blue 29

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

Shades of Yukon Gold #82711D

Tints of Yukon Gold #82711D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.54%

 BLUE value IS 29 (11.72% from 255) = 10.66%

R = 47.79%
G = 41.54%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#82711D (or 0x82711D) is known color: Yukon Gold. HEX triplet: 82, 71 and 1D. RGB value is (130,113,29). Sum of RGB (Red+Green+Blue) = 130+113+29=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #82711D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82711D is #7D8EE2. Grayscale: #6C6C6C. Windows color (decimal): -8228579 or 1929602. OLE color: 1929602.

HSL color Cylindrical-coordinate representation of color #82711D: hue angle of 49.9º degrees, saturation: 0.64, 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 #82711D is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 113 29 -
CMYK 0 0.13 0.78 0.49
HSL 49.9º 0.64% 0.31% -
HSV(B) 49.9º 0.78% 0.51% -
XYZ 15.33 16.64 3.57 -
YUV 108.51 83.13 143.33 -
System Red Green Blue C M Y K H S L
Decimal 130 113 29 0 0.13 0.78 0.49 49.9 0.64 0.31
Hex 82 71 1D 0 D 4E 31 32 40 1F
Octal 202 161 35 0 15 116 61 62 100 37
Binary 10000010 1110001 11101 0 1101 1001110 110001 110010 1000000 11111

Color Harmonies of #82711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82711D

Black with #82711D

Text Example


Text Example

White with #82711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82711D; }

 p { color: rgb(130,113,29); }

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

background-color css

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

 a { background-color: rgb(130,113,29); }

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

border-color css

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

 span { border-color: rgb(130,113,29); }

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