Html Css Color HEX #82741B Yukon Gold

📋 copy color: '#82741B'

red 130 ◦ green 116 ◦ blue 27

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

Shades of Yukon Gold #82741B

Tints of Yukon Gold #82741B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.49%

 BLUE value IS 27 (10.94% from 255) = 9.89%

R = 47.62%
G = 42.49%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#82741B (or 0x82741B) is known color: Yukon Gold. HEX triplet: 82, 74 and 1B. RGB value is (130,116,27). Sum of RGB (Red+Green+Blue) = 130+116+27=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #82741B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82741B is #7D8BE4. Grayscale: #6E6E6E. Windows color (decimal): -8227813 or 1799298. OLE color: 1799298.

HSL color Cylindrical-coordinate representation of color #82741B: hue angle of 51.84º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #82741B is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 116 27 -
CMYK 0 0.11 0.79 0.49
HSL 51.84º 0.66% 0.31% -
HSV(B) 51.84º 0.79% 0.51% -
XYZ 15.65 17.32 3.55 -
YUV 110.04 81.14 142.24 -
System Red Green Blue C M Y K H S L
Decimal 130 116 27 0 0.11 0.79 0.49 51.84 0.66 0.31
Hex 82 74 1B 0 B 4F 31 34 42 1F
Octal 202 164 33 0 13 117 61 64 102 37
Binary 10000010 1110100 11011 0 1011 1001111 110001 110100 1000010 11111

Color Harmonies of #82741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82741B

Black with #82741B

Text Example


Text Example

White with #82741B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82741B; }

 p { color: rgb(130,116,27); }

 H1.HeaderClassName
 {
   color: #82741B;
 }
 .AnyTagClassName
 {
   color: #82741B;
 }
</style>

background-color css

<style>
 a { background-color: #82741B; }

 a { background-color: rgb(130,116,27); }

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

border-color css

<style>
 span { border-color: #82741B; }

 span { border-color: rgb(130,116,27); }

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