Html Css Color HEX #82751A Yukon Gold

📋 copy color: '#82751A'

red 130 ◦ green 117 ◦ blue 26

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

Shades of Yukon Gold #82751A

Tints of Yukon Gold #82751A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.86%

 BLUE value IS 26 (10.55% from 255) = 9.52%

R = 47.62%
G = 42.86%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.8

 K value IS 0.49

RGB Variations

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

Color information

#82751A (or 0x82751A) is known color: Yukon Gold. HEX triplet: 82, 75 and 1A. RGB value is (130,117,26). Sum of RGB (Red+Green+Blue) = 130+117+26=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #82751A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82751A is #7D8AE5. Grayscale: #6E6E6E. Windows color (decimal): -8227558 or 1734018. OLE color: 1734018.

HSL color Cylindrical-coordinate representation of color #82751A: hue angle of 52.5º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82751A is Cyan = 0, Magento = 0.1, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 117 26 -
CMYK 0 0.1 0.8 0.49
HSL 52.5º 0.67% 0.31% -
HSV(B) 52.5º 0.8% 0.51% -
XYZ 15.75 17.54 3.53 -
YUV 110.51 80.31 141.9 -
System Red Green Blue C M Y K H S L
Decimal 130 117 26 0 0.1 0.8 0.49 52.5 0.67 0.31
Hex 82 75 1A 0 A 50 31 34 43 1F
Octal 202 165 32 0 12 120 61 64 103 37
Binary 10000010 1110101 11010 0 1010 1010000 110001 110100 1000011 11111

Color Harmonies of #82751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82751A

Black with #82751A

Text Example


Text Example

White with #82751A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82751A; }

 p { color: rgb(130,117,26); }

 H1.HeaderClassName
 {
   color: #82751A;
 }
 .AnyTagClassName
 {
   color: #82751A;
 }
</style>

background-color css

<style>
 a { background-color: #82751A; }

 a { background-color: rgb(130,117,26); }

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

border-color css

<style>
 span { border-color: #82751A; }

 span { border-color: rgb(130,117,26); }

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