Html Css Color HEX #826C39 Yellow Metal

📋 copy color: '#826C39'

red 130 ◦ green 108 ◦ blue 57

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

Shades of Yellow Metal #826C39

Tints of Yellow Metal #826C39

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.61%

 BLUE value IS 57 (22.66% from 255) = 19.32%

R = 44.07%
G = 36.61%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#826C39 (or 0x826C39) is known color: Yellow Metal. HEX triplet: 82, 6C and 39. RGB value is (130,108,57). Sum of RGB (Red+Green+Blue) = 130+108+57=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #826C39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826C39 is #7D93C6. Grayscale: #6C6C6C. Windows color (decimal): -8229831 or 3763330. OLE color: 3763330.

HSL color Cylindrical-coordinate representation of color #826C39: hue angle of 41.92º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #826C39 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 108 57 -
CMYK 0 0.17 0.56 0.49
HSL 41.92º 0.39% 0.37% -
HSV(B) 41.92º 0.56% 0.51% -
XYZ 15.31 15.77 6.11 -
YUV 108.76 98.79 143.15 -
System Red Green Blue C M Y K H S L
Decimal 130 108 57 0 0.17 0.56 0.49 41.92 0.39 0.37
Hex 82 6C 39 0 11 38 31 2A 27 25
Octal 202 154 71 0 21 70 61 52 47 45
Binary 10000010 1101100 111001 0 10001 111000 110001 101010 100111 100101

Color Harmonies of #826C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826C39

Black with #826C39

Text Example


Text Example

White with #826C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,108,57); }

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

background-color css

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

 a { background-color: rgb(130,108,57); }

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

border-color css

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

 span { border-color: rgb(130,108,57); }

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