#826A3D

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

Shades of Yellow Metal #826A3D

Tints of Yellow Metal #826A3D

Color information

#826A3D (or 0x826A3D) is unknown color: approx Yellow Metal. HEX triplet: 82, 6A and 3D. RGB value is (130,106,61). Sum of RGB (Red+Green+Blue) = 130+106+61=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #826A3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826A3D is #7D95C2. Grayscale: #6C6C6C. Windows color (decimal): -8230339 or 4024962. OLE color: 4024962.

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

Color convert

RGB13010661-
CMYK00.180.530.49
HSL39.13º36.13%37.45%-
HSV(B)39.13º53.08%50.98%-
XYZ15.215.396.58-
YUV108.05101.45143.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.77%
GREEN value IS 106 (41.80% from 255) = 35.69%
BLUE value IS 61 (24.22% from 255) = 20.54%
R=43.77%
G=35.69%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301066100.180.530.4939.1336.1337.45
Hex826A3D0123531272425
Octal202152750226561474445
Binary100000101101010111101010010110101110001100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,106,61); }

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

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

 a { background-color: rgb(130,106,61); }

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

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

 span { border-color: rgb(130,106,61); }

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