Html Css Color HEX #826527 Yukon Gold

📋 copy color: '#826527'

red 130 ◦ green 101 ◦ blue 39

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

Shades of Yukon Gold #826527

Tints of Yukon Gold #826527

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.41%

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

R = 48.15%
G = 37.41%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#826527 (or 0x826527) is known color: Yukon Gold. HEX triplet: 82, 65 and 27. RGB value is (130,101,39). Sum of RGB (Red+Green+Blue) = 130+101+39=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #826527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826527 is #7D9AD8. Grayscale: #666666. Windows color (decimal): -8231641 or 2581890. OLE color: 2581890.

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

Color convert

RGB 130 101 39 -
CMYK 0 0.22 0.70 0.49
HSL 40.88º 0.54% 0.33% -
HSV(B) 40.88º 0.7% 0.51% -
XYZ 14.23 14.2 3.91 -
YUV 102.6 92.11 147.54 -
System Red Green Blue C M Y K H S L
Decimal 130 101 39 0 0.22 0.70 0.49 40.88 0.54 0.33
Hex 82 65 27 0 16 46 31 29 36 21
Octal 202 145 47 0 26 106 61 51 66 41
Binary 10000010 1100101 100111 0 10110 1000110 110001 101001 110110 100001

Color Harmonies of #826527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826527

Black with #826527

Text Example


Text Example

White with #826527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826527; }

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

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

background-color css

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

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

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

border-color css

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

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

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