Html Css Color HEX #827119 Yukon Gold

📋 copy color: '#827119'

red 130 ◦ green 113 ◦ blue 25

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

Shades of Yukon Gold #827119

Tints of Yukon Gold #827119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.33%

R = 48.51%
G = 42.16%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#827119 (or 0x827119) is known color: Yukon Gold. HEX triplet: 82, 71 and 19. RGB value is (130,113,25). Sum of RGB (Red+Green+Blue) = 130+113+25=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #827119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827119 is #7D8EE6. Grayscale: #6C6C6C. Windows color (decimal): -8228583 or 1667458. OLE color: 1667458.

HSL color Cylindrical-coordinate representation of color #827119: hue angle of 50.29º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #827119 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 113 25 -
CMYK 0 0.13 0.81 0.49
HSL 50.29º 0.68% 0.3% -
HSV(B) 50.29º 0.81% 0.51% -
XYZ 15.29 16.63 3.32 -
YUV 108.05 81.13 143.66 -
System Red Green Blue C M Y K H S L
Decimal 130 113 25 0 0.13 0.81 0.49 50.29 0.68 0.3
Hex 82 71 19 0 D 51 31 32 44 1E
Octal 202 161 31 0 15 121 61 62 104 36
Binary 10000010 1110001 11001 0 1101 1010001 110001 110010 1000100 11110

Color Harmonies of #827119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827119

Black with #827119

Text Example


Text Example

White with #827119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827119; }

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

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

background-color css

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

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

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

border-color css

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

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

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