Html Css Color HEX #826727 Yukon Gold

📋 copy color: '#826727'

red 130 ◦ green 103 ◦ blue 39

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

Shades of Yukon Gold #826727

Tints of Yukon Gold #826727

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.87%

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

R = 47.79%
G = 37.87%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#826727 (or 0x826727) is known color: Yukon Gold. HEX triplet: 82, 67 and 27. RGB value is (130,103,39). Sum of RGB (Red+Green+Blue) = 130+103+39=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #826727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826727 is #7D98D8. Grayscale: #686868. Windows color (decimal): -8231129 or 2582402. OLE color: 2582402.

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

Color convert

RGB 130 103 39 -
CMYK 0 0.21 0.70 0.49
HSL 42.2º 0.54% 0.33% -
HSV(B) 42.2º 0.7% 0.51% -
XYZ 14.42 14.59 3.98 -
YUV 103.78 91.45 146.7 -
System Red Green Blue C M Y K H S L
Decimal 130 103 39 0 0.21 0.70 0.49 42.2 0.54 0.33
Hex 82 67 27 0 15 46 31 2A 36 21
Octal 202 147 47 0 25 106 61 52 66 41
Binary 10000010 1100111 100111 0 10101 1000110 110001 101010 110110 100001

Color Harmonies of #826727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826727

Black with #826727

Text Example


Text Example

White with #826727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826727; }

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

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

background-color css

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

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

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

border-color css

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

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

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