Html Css Color HEX #82651F Yukon Gold

📋 copy color: '#82651F'

red 130 ◦ green 101 ◦ blue 31

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

Shades of Yukon Gold #82651F

Tints of Yukon Gold #82651F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.55%

 BLUE value IS 31 (12.5% from 255) = 11.83%

R = 49.62%
G = 38.55%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#82651F (or 0x82651F) is known color: Yukon Gold. HEX triplet: 82, 65 and 1F. RGB value is (130,101,31). Sum of RGB (Red+Green+Blue) = 130+101+31=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #82651F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82651F is #7D9AE0. Grayscale: #666666. Windows color (decimal): -8231649 or 2057602. OLE color: 2057602.

HSL color Cylindrical-coordinate representation of color #82651F: hue angle of 42.42º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82651F is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 101 31 -
CMYK 0 0.22 0.76 0.49
HSL 42.42º 0.61% 0.32% -
HSV(B) 42.42º 0.76% 0.51% -
XYZ 14.11 14.15 3.28 -
YUV 101.69 88.11 148.19 -
System Red Green Blue C M Y K H S L
Decimal 130 101 31 0 0.22 0.76 0.49 42.42 0.61 0.32
Hex 82 65 1F 0 16 4C 31 2A 3D 20
Octal 202 145 37 0 26 114 61 52 75 40
Binary 10000010 1100101 11111 0 10110 1001100 110001 101010 111101 100000

Color Harmonies of #82651F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82651F

Black with #82651F

Text Example


Text Example

White with #82651F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82651F; }

 p { color: rgb(130,101,31); }

 H1.HeaderClassName
 {
   color: #82651F;
 }
 .AnyTagClassName
 {
   color: #82651F;
 }
</style>

background-color css

<style>
 a { background-color: #82651F; }

 a { background-color: rgb(130,101,31); }

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

border-color css

<style>
 span { border-color: #82651F; }

 span { border-color: rgb(130,101,31); }

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