Html Css Color HEX #827519 Yukon Gold

📋 copy color: '#827519'

red 130 ◦ green 117 ◦ blue 25

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

Shades of Yukon Gold #827519

Tints of Yukon Gold #827519

RGB

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

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

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

R = 47.79%
G = 43.01%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#827519 (or 0x827519) is known color: Yukon Gold. HEX triplet: 82, 75 and 19. RGB value is (130,117,25). Sum of RGB (Red+Green+Blue) = 130+117+25=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #827519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827519 is #7D8AE6. Grayscale: #6E6E6E. Windows color (decimal): -8227559 or 1668482. OLE color: 1668482.

HSL color Cylindrical-coordinate representation of color #827519: hue angle of 52.57º 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 #827519 is Cyan = 0, Magento = 0.1, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 117 25 -
CMYK 0 0.1 0.81 0.49
HSL 52.57º 0.68% 0.3% -
HSV(B) 52.57º 0.81% 0.51% -
XYZ 15.74 17.54 3.48 -
YUV 110.4 79.81 141.98 -
System Red Green Blue C M Y K H S L
Decimal 130 117 25 0 0.1 0.81 0.49 52.57 0.68 0.3
Hex 82 75 19 0 A 51 31 35 44 1E
Octal 202 165 31 0 12 121 61 65 104 36
Binary 10000010 1110101 11001 0 1010 1010001 110001 110101 1000100 11110

Color Harmonies of #827519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827519

Black with #827519

Text Example


Text Example

White with #827519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827519; }

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

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

background-color css

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

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

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

border-color css

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

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

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