Html Css Color HEX #827015 Yukon Gold

📋 copy color: '#827015'

red 130 ◦ green 112 ◦ blue 21

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

Shades of Yukon Gold #827015

Tints of Yukon Gold #827015

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.59%

 BLUE value IS 21 (8.59% from 255) = 7.98%

R = 49.43%
G = 42.59%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#827015 (or 0x827015) is known color: Yukon Gold. HEX triplet: 82, 70 and 15. RGB value is (130,112,21). Sum of RGB (Red+Green+Blue) = 130+112+21=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #827015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827015 is #7D8FEA. Grayscale: #6B6B6B. Windows color (decimal): -8228843 or 1405058. OLE color: 1405058.

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

Color convert

RGB 130 112 21 -
CMYK 0 0.14 0.84 0.49
HSL 50.09º 0.72% 0.3% -
HSV(B) 50.09º 0.84% 0.51% -
XYZ 15.14 16.39 3.08 -
YUV 107.01 79.46 144.4 -
System Red Green Blue C M Y K H S L
Decimal 130 112 21 0 0.14 0.84 0.49 50.09 0.72 0.3
Hex 82 70 15 0 E 54 31 32 48 1E
Octal 202 160 25 0 16 124 61 62 110 36
Binary 10000010 1110000 10101 0 1110 1010100 110001 110010 1001000 11110

Color Harmonies of #827015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827015

Black with #827015

Text Example


Text Example

White with #827015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827015; }

 p { color: rgb(130,112,21); }

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

background-color css

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

 a { background-color: rgb(130,112,21); }

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

border-color css

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

 span { border-color: rgb(130,112,21); }

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