Html Css Color HEX #827029 Yukon Gold

📋 copy color: '#827029'

red 130 ◦ green 112 ◦ blue 41

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

Shades of Yukon Gold #827029

Tints of Yukon Gold #827029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.49%

R = 45.94%
G = 39.58%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#827029 (or 0x827029) is known color: Yukon Gold. HEX triplet: 82, 70 and 29. RGB value is (130,112,41). Sum of RGB (Red+Green+Blue) = 130+112+41=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #827029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827029 is #7D8FD6. Grayscale: #6D6D6D. Windows color (decimal): -8228823 or 2715778. OLE color: 2715778.

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

Color convert

RGB 130 112 41 -
CMYK 0 0.14 0.68 0.49
HSL 47.87º 0.52% 0.34% -
HSV(B) 47.87º 0.68% 0.51% -
XYZ 15.4 16.49 4.47 -
YUV 109.29 89.46 142.77 -
System Red Green Blue C M Y K H S L
Decimal 130 112 41 0 0.14 0.68 0.49 47.87 0.52 0.34
Hex 82 70 29 0 E 44 31 30 34 22
Octal 202 160 51 0 16 104 61 60 64 42
Binary 10000010 1110000 101001 0 1110 1000100 110001 110000 110100 100010

Color Harmonies of #827029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827029

Black with #827029

Text Example


Text Example

White with #827029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827029; }

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

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

background-color css

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

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

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

border-color css

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

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

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