Html Css Color HEX #827126 Yukon Gold

📋 copy color: '#827126'

red 130 ◦ green 113 ◦ blue 38

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

Shades of Yukon Gold #827126

Tints of Yukon Gold #827126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.52%

R = 46.26%
G = 40.21%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#827126 (or 0x827126) is known color: Yukon Gold. HEX triplet: 82, 71 and 26. RGB value is (130,113,38). Sum of RGB (Red+Green+Blue) = 130+113+38=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #827126 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827126 is #7D8ED9. Grayscale: #6D6D6D. Windows color (decimal): -8228570 or 2519426. OLE color: 2519426.

HSL color Cylindrical-coordinate representation of color #827126: hue angle of 48.91º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #827126 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 113 38 -
CMYK 0 0.13 0.71 0.49
HSL 48.91º 0.55% 0.33% -
HSV(B) 48.91º 0.71% 0.51% -
XYZ 15.46 16.7 4.24 -
YUV 109.53 87.63 142.6 -
System Red Green Blue C M Y K H S L
Decimal 130 113 38 0 0.13 0.71 0.49 48.91 0.55 0.33
Hex 82 71 26 0 D 47 31 31 37 21
Octal 202 161 46 0 15 107 61 61 67 41
Binary 10000010 1110001 100110 0 1101 1000111 110001 110001 110111 100001

Color Harmonies of #827126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827126

Black with #827126

Text Example


Text Example

White with #827126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827126; }

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

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

background-color css

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

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

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

border-color css

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

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

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