Html Css Color HEX #827319 Yukon Gold

📋 copy color: '#827319'

red 130 ◦ green 115 ◦ blue 25

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

Shades of Yukon Gold #827319

Tints of Yukon Gold #827319

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.59%

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

R = 48.15%
G = 42.59%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#827319 (or 0x827319) is known color: Yukon Gold. HEX triplet: 82, 73 and 19. RGB value is (130,115,25). Sum of RGB (Red+Green+Blue) = 130+115+25=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #827319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827319 is #7D8CE6. Grayscale: #6D6D6D. Windows color (decimal): -8228071 or 1667970. OLE color: 1667970.

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

Color convert

RGB 130 115 25 -
CMYK 0 0.12 0.81 0.49
HSL 51.43º 0.68% 0.3% -
HSV(B) 51.43º 0.81% 0.51% -
XYZ 15.51 17.08 3.4 -
YUV 109.23 80.47 142.82 -
System Red Green Blue C M Y K H S L
Decimal 130 115 25 0 0.12 0.81 0.49 51.43 0.68 0.3
Hex 82 73 19 0 C 51 31 33 44 1E
Octal 202 163 31 0 14 121 61 63 104 36
Binary 10000010 1110011 11001 0 1100 1010001 110001 110011 1000100 11110

Color Harmonies of #827319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827319

Black with #827319

Text Example


Text Example

White with #827319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827319; }

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

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

background-color css

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

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

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

border-color css

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

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

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