#826C39

Color #826C39 Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #826C39

Tints of Yellow Metal #826C39

Color information

#826C39 (or 0x826C39) is unknown color: approx 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

RGB13010857-
CMYK00.170.560.49
HSL41.92º39.04%36.67%-
HSV(B)41.92º56.15%50.98%-
XYZ15.3115.776.11-
YUV108.7698.79143.15-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301085700.170.560.4941.9239.0436.67
Hex826C3901138312a2725
Octal202154710217061524745
Binary100000101101100111001010001111000110001101010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>