#826A37

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

Shades of Yellow Metal #826A37

Tints of Yellow Metal #826A37

Color information

#826A37 (or 0x826A37) is unknown color: approx Yellow Metal. HEX triplet: 82, 6A and 37. RGB value is (130,106,55). Sum of RGB (Red+Green+Blue) = 130+106+55=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #826A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826A37 is #7D95C8. Grayscale: #6B6B6B. Windows color (decimal): -8230345 or 3631746. OLE color: 3631746.

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

Color convert

RGB13010655-
CMYK00.180.580.49
HSL40.8º40.54%36.27%-
HSV(B)40.8º57.69%50.98%-
XYZ15.0515.335.78-
YUV107.3698.45144.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.67%
GREEN value IS 106 (41.80% from 255) = 36.43%
BLUE value IS 55 (21.88% from 255) = 18.90%
R=44.67%
G=36.43%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301065500.180.580.4940.840.5436.27
Hex826A370123A31292924
Octal202152670227261515144
Binary100000101101010110111010010111010110001101001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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