Html Css Color HEX #826728 Yukon Gold

📋 copy color: '#826728'

red 130 ◦ green 103 ◦ blue 40

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

Shades of Yukon Gold #826728

Tints of Yukon Gold #826728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.65%

R = 47.62%
G = 37.73%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#826728 (or 0x826728) is known color: Yukon Gold. HEX triplet: 82, 67 and 28. RGB value is (130,103,40). Sum of RGB (Red+Green+Blue) = 130+103+40=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #826728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826728 is #7D98D7. Grayscale: #686868. Windows color (decimal): -8231128 or 2647938. OLE color: 2647938.

HSL color Cylindrical-coordinate representation of color #826728: hue angle of 42º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #826728 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 103 40 -
CMYK 0 0.21 0.69 0.49
HSL 42º 0.53% 0.33% -
HSV(B) 42º 0.69% 0.51% -
XYZ 14.44 14.6 4.06 -
YUV 103.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 130 103 40 0 0.21 0.69 0.49 42 0.53 0.33
Hex 82 67 28 0 15 45 31 2A 35 21
Octal 202 147 50 0 25 105 61 52 65 41
Binary 10000010 1100111 101000 0 10101 1000101 110001 101010 110101 100001

Color Harmonies of #826728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826728

Black with #826728

Text Example


Text Example

White with #826728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826728; }

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

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

background-color css

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

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

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

border-color css

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

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

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