Html Css Color HEX #826F25 Yukon Gold

📋 copy color: '#826F25'

red 130 ◦ green 111 ◦ blue 37

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

Shades of Yukon Gold #826F25

Tints of Yukon Gold #826F25

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.93%

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

R = 46.76%
G = 39.93%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#826F25 (or 0x826F25) is known color: Yukon Gold. HEX triplet: 82, 6F and 25. RGB value is (130,111,37). Sum of RGB (Red+Green+Blue) = 130+111+37=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #826F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826F25 is #7D90DA. Grayscale: #6C6C6C. Windows color (decimal): -8229083 or 2453378. OLE color: 2453378.

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

Color convert

RGB 130 111 37 -
CMYK 0 0.15 0.72 0.49
HSL 47.74º 0.56% 0.33% -
HSV(B) 47.74º 0.72% 0.51% -
XYZ 15.22 16.25 4.08 -
YUV 108.25 87.79 143.52 -
System Red Green Blue C M Y K H S L
Decimal 130 111 37 0 0.15 0.72 0.49 47.74 0.56 0.33
Hex 82 6F 25 0 F 48 31 30 38 21
Octal 202 157 45 0 17 110 61 60 70 41
Binary 10000010 1101111 100101 0 1111 1001000 110001 110000 111000 100001

Color Harmonies of #826F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826F25

Black with #826F25

Text Example


Text Example

White with #826F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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