Html Css Color HEX #82731E Yukon Gold

📋 copy color: '#82731E'

red 130 ◦ green 115 ◦ blue 30

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

Shades of Yukon Gold #82731E

Tints of Yukon Gold #82731E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.82%

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

R = 47.27%
G = 41.82%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#82731E (or 0x82731E) is known color: Yukon Gold. HEX triplet: 82, 73 and 1E. RGB value is (130,115,30). Sum of RGB (Red+Green+Blue) = 130+115+30=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #82731E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82731E is #7D8CE1. Grayscale: #6E6E6E. Windows color (decimal): -8228066 or 1995650. OLE color: 1995650.

HSL color Cylindrical-coordinate representation of color #82731E: hue angle of 51º 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 #82731E is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 115 30 -
CMYK 0 0.12 0.77 0.49
HSL 51º 0.63% 0.31% -
HSV(B) 51º 0.77% 0.51% -
XYZ 15.57 17.1 3.71 -
YUV 109.8 82.97 142.41 -
System Red Green Blue C M Y K H S L
Decimal 130 115 30 0 0.12 0.77 0.49 51 0.63 0.31
Hex 82 73 1E 0 C 4D 31 33 3E 1F
Octal 202 163 36 0 14 115 61 63 76 37
Binary 10000010 1110011 11110 0 1100 1001101 110001 110011 111110 11111

Color Harmonies of #82731E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82731E

Black with #82731E

Text Example


Text Example

White with #82731E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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