Html Css Color HEX #826B25 Yukon Gold

📋 copy color: '#826B25'

red 130 ◦ green 107 ◦ blue 37

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

Shades of Yukon Gold #826B25

Tints of Yukon Gold #826B25

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.05%

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

R = 47.45%
G = 39.05%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#826B25 (or 0x826B25) is known color: Yukon Gold. HEX triplet: 82, 6B and 25. RGB value is (130,107,37). Sum of RGB (Red+Green+Blue) = 130+107+37=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #826B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826B25 is #7D94DA. Grayscale: #6A6A6A. Windows color (decimal): -8230107 or 2452354. OLE color: 2452354.

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

Color convert

RGB 130 107 37 -
CMYK 0 0.18 0.72 0.49
HSL 45.16º 0.56% 0.33% -
HSV(B) 45.16º 0.72% 0.51% -
XYZ 14.8 15.39 3.94 -
YUV 105.9 89.12 145.19 -
System Red Green Blue C M Y K H S L
Decimal 130 107 37 0 0.18 0.72 0.49 45.16 0.56 0.33
Hex 82 6B 25 0 12 48 31 2D 38 21
Octal 202 153 45 0 22 110 61 55 70 41
Binary 10000010 1101011 100101 0 10010 1001000 110001 101101 111000 100001

Color Harmonies of #826B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826B25

Black with #826B25

Text Example


Text Example

White with #826B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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