Html Css Color HEX #82711E Yukon Gold

📋 copy color: '#82711E'

red 130 ◦ green 113 ◦ blue 30

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

Shades of Yukon Gold #82711E

Tints of Yukon Gold #82711E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.99%

R = 47.62%
G = 41.39%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#82711E (or 0x82711E) is known color: Yukon Gold. HEX triplet: 82, 71 and 1E. RGB value is (130,113,30). Sum of RGB (Red+Green+Blue) = 130+113+30=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #82711E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82711E is #7D8EE1. Grayscale: #6C6C6C. Windows color (decimal): -8228578 or 1995138. OLE color: 1995138.

HSL color Cylindrical-coordinate representation of color #82711E: hue angle of 49.8º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82711E is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 113 30 -
CMYK 0 0.13 0.77 0.49
HSL 49.8º 0.63% 0.31% -
HSV(B) 49.8º 0.77% 0.51% -
XYZ 15.35 16.65 3.63 -
YUV 108.62 83.63 143.25 -
System Red Green Blue C M Y K H S L
Decimal 130 113 30 0 0.13 0.77 0.49 49.8 0.63 0.31
Hex 82 71 1E 0 D 4D 31 32 3E 1F
Octal 202 161 36 0 15 115 61 62 76 37
Binary 10000010 1110001 11110 0 1101 1001101 110001 110010 111110 11111

Color Harmonies of #82711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82711E

Black with #82711E

Text Example


Text Example

White with #82711E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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