Html Css Color HEX #827115 Yukon Gold

📋 copy color: '#827115'

red 130 ◦ green 113 ◦ blue 21

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

Shades of Yukon Gold #827115

Tints of Yukon Gold #827115

RGB

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

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

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

R = 49.24%
G = 42.8%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#827115 (or 0x827115) is known color: Yukon Gold. HEX triplet: 82, 71 and 15. RGB value is (130,113,21). Sum of RGB (Red+Green+Blue) = 130+113+21=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #827115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827115 is #7D8EEA. Grayscale: #6B6B6B. Windows color (decimal): -8228587 or 1405314. OLE color: 1405314.

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

Color convert

RGB 130 113 21 -
CMYK 0 0.13 0.84 0.49
HSL 50.64º 0.72% 0.3% -
HSV(B) 50.64º 0.84% 0.51% -
XYZ 15.25 16.61 3.11 -
YUV 107.6 79.13 143.98 -
System Red Green Blue C M Y K H S L
Decimal 130 113 21 0 0.13 0.84 0.49 50.64 0.72 0.3
Hex 82 71 15 0 D 54 31 33 48 1E
Octal 202 161 25 0 15 124 61 63 110 36
Binary 10000010 1110001 10101 0 1101 1010100 110001 110011 1001000 11110

Color Harmonies of #827115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827115

Black with #827115

Text Example


Text Example

White with #827115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827115; }

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

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

background-color css

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

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

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

border-color css

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

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

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