Html Css Color HEX #827026 Yukon Gold

📋 copy color: '#827026'

red 130 ◦ green 112 ◦ blue 38

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

Shades of Yukon Gold #827026

Tints of Yukon Gold #827026

RGB

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

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

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

R = 46.43%
G = 40%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#827026 (or 0x827026) is known color: Yukon Gold. HEX triplet: 82, 70 and 26. RGB value is (130,112,38). Sum of RGB (Red+Green+Blue) = 130+112+38=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #827026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827026 is #7D8FD9. Grayscale: #6D6D6D. Windows color (decimal): -8228826 or 2519170. OLE color: 2519170.

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

Color convert

RGB 130 112 38 -
CMYK 0 0.14 0.71 0.49
HSL 48.26º 0.55% 0.33% -
HSV(B) 48.26º 0.71% 0.51% -
XYZ 15.35 16.47 4.2 -
YUV 108.95 87.96 143.02 -
System Red Green Blue C M Y K H S L
Decimal 130 112 38 0 0.14 0.71 0.49 48.26 0.55 0.33
Hex 82 70 26 0 E 47 31 30 37 21
Octal 202 160 46 0 16 107 61 60 67 41
Binary 10000010 1110000 100110 0 1110 1000111 110001 110000 110111 100001

Color Harmonies of #827026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827026

Black with #827026

Text Example


Text Example

White with #827026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827026; }

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

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

background-color css

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

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

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

border-color css

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

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

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