#826C3C

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

Shades of Yellow Metal #826C3C

Tints of Yellow Metal #826C3C

Color information

#826C3C (or 0x826C3C) is unknown color: approx Yellow Metal. HEX triplet: 82, 6C and 3C. RGB value is (130,108,60). Sum of RGB (Red+Green+Blue) = 130+108+60=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #826C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826C3C is #7D93C3. Grayscale: #6D6D6D. Windows color (decimal): -8229828 or 3959938. OLE color: 3959938.

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

Color convert

RGB13010860-
CMYK00.170.540.49
HSL41.14º36.84%37.25%-
HSV(B)41.14º53.85%50.98%-
XYZ15.3815.86.51-
YUV109.11100.29142.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.62%
GREEN value IS 108 (42.58% from 255) = 36.24%
BLUE value IS 60 (23.83% from 255) = 20.13%
R=43.62%
G=36.24%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301086000.170.540.4941.1436.8437.25
Hex826C3C0113631292525
Octal202154740216661514545
Binary100000101101100111100010001110110110001101001100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #826C3C;
 }
 .AnyTagClassName
 {
   color: #826C3C;
 }
</style>
background-color css

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

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

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

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

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

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