Html Css Color HEX #826425 Yukon Gold

📋 copy color: '#826425'

red 130 ◦ green 100 ◦ blue 37

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

Shades of Yukon Gold #826425

Tints of Yukon Gold #826425

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.45%

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

R = 48.69%
G = 37.45%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#826425 (or 0x826425) is known color: Yukon Gold. HEX triplet: 82, 64 and 25. RGB value is (130,100,37). Sum of RGB (Red+Green+Blue) = 130+100+37=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #826425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826425 is #7D9BDA. Grayscale: #666666. Windows color (decimal): -8231899 or 2450562. OLE color: 2450562.

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

Color convert

RGB 130 100 37 -
CMYK 0 0.23 0.72 0.49
HSL 40.65º 0.56% 0.33% -
HSV(B) 40.65º 0.72% 0.51% -
XYZ 14.1 13.99 3.71 -
YUV 101.79 91.44 148.12 -
System Red Green Blue C M Y K H S L
Decimal 130 100 37 0 0.23 0.72 0.49 40.65 0.56 0.33
Hex 82 64 25 0 17 48 31 29 38 21
Octal 202 144 45 0 27 110 61 51 70 41
Binary 10000010 1100100 100101 0 10111 1001000 110001 101001 111000 100001

Color Harmonies of #826425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826425

Black with #826425

Text Example


Text Example

White with #826425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826425; }

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

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

background-color css

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

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

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

border-color css

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

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

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