Html Css Color HEX #827219 Yukon Gold

📋 copy color: '#827219'

red 130 ◦ green 114 ◦ blue 25

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

Shades of Yukon Gold #827219

Tints of Yukon Gold #827219

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.38%

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

R = 48.33%
G = 42.38%
B = 9.29%

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

#827219 (or 0x827219) is known color: Yukon Gold. HEX triplet: 82, 72 and 19. RGB value is (130,114,25). Sum of RGB (Red+Green+Blue) = 130+114+25=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #827219 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827219 is #7D8DE6. Grayscale: #6D6D6D. Windows color (decimal): -8228327 or 1667714. OLE color: 1667714.

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

Color convert

RGB 130 114 25 -
CMYK 0 0.12 0.81 0.49
HSL 50.86º 0.68% 0.3% -
HSV(B) 50.86º 0.81% 0.51% -
XYZ 15.4 16.85 3.36 -
YUV 108.64 80.8 143.24 -
System Red Green Blue C M Y K H S L
Decimal 130 114 25 0 0.12 0.81 0.49 50.86 0.68 0.3
Hex 82 72 19 0 C 51 31 33 44 1E
Octal 202 162 31 0 14 121 61 63 104 36
Binary 10000010 1110010 11001 0 1100 1010001 110001 110011 1000100 11110

Color Harmonies of #827219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827219

Black with #827219

Text Example


Text Example

White with #827219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827219; }

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

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

background-color css

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

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

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

border-color css

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

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

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