Html Css Color HEX #826F27 Yukon Gold

📋 copy color: '#826F27'

red 130 ◦ green 111 ◦ blue 39

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

Shades of Yukon Gold #826F27

Tints of Yukon Gold #826F27

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.64%

 BLUE value IS 39 (15.63% from 255) = 13.93%

R = 46.43%
G = 39.64%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#826F27 (or 0x826F27) is known color: Yukon Gold. HEX triplet: 82, 6F and 27. RGB value is (130,111,39). Sum of RGB (Red+Green+Blue) = 130+111+39=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #826F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826F27 is #7D90D8. Grayscale: #6C6C6C. Windows color (decimal): -8229081 or 2584450. OLE color: 2584450.

HSL color Cylindrical-coordinate representation of color #826F27: hue angle of 47.47º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #826F27 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 111 39 -
CMYK 0 0.15 0.70 0.49
HSL 47.47º 0.54% 0.33% -
HSV(B) 47.47º 0.7% 0.51% -
XYZ 15.26 16.26 4.25 -
YUV 108.47 88.79 143.35 -
System Red Green Blue C M Y K H S L
Decimal 130 111 39 0 0.15 0.70 0.49 47.47 0.54 0.33
Hex 82 6F 27 0 F 46 31 2F 36 21
Octal 202 157 47 0 17 106 61 57 66 41
Binary 10000010 1101111 100111 0 1111 1000110 110001 101111 110110 100001

Color Harmonies of #826F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826F27

Black with #826F27

Text Example


Text Example

White with #826F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826F27; }

 p { color: rgb(130,111,39); }

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

background-color css

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

 a { background-color: rgb(130,111,39); }

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

border-color css

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

 span { border-color: rgb(130,111,39); }

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