Html Css Color HEX #826925 Yukon Gold

📋 copy color: '#826925'

red 130 ◦ green 105 ◦ blue 37

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

Shades of Yukon Gold #826925

Tints of Yukon Gold #826925

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.6%

 BLUE value IS 37 (14.84% from 255) = 13.6%

R = 47.79%
G = 38.6%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#826925 (or 0x826925) is known color: Yukon Gold. HEX triplet: 82, 69 and 25. RGB value is (130,105,37). Sum of RGB (Red+Green+Blue) = 130+105+37=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #826925 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826925 is #7D96DA. Grayscale: #696969. Windows color (decimal): -8230619 or 2451842. OLE color: 2451842.

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

Color convert

RGB 130 105 37 -
CMYK 0 0.19 0.72 0.49
HSL 43.87º 0.56% 0.33% -
HSV(B) 43.87º 0.72% 0.51% -
XYZ 14.59 14.98 3.87 -
YUV 104.72 89.78 146.03 -
System Red Green Blue C M Y K H S L
Decimal 130 105 37 0 0.19 0.72 0.49 43.87 0.56 0.33
Hex 82 69 25 0 13 48 31 2C 38 21
Octal 202 151 45 0 23 110 61 54 70 41
Binary 10000010 1101001 100101 0 10011 1001000 110001 101100 111000 100001

Color Harmonies of #826925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826925

Black with #826925

Text Example


Text Example

White with #826925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826925; }

 p { color: rgb(130,105,37); }

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

background-color css

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

 a { background-color: rgb(130,105,37); }

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

border-color css

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

 span { border-color: rgb(130,105,37); }

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