#826B38

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

Shades of Yellow Metal #826B38

Tints of Yellow Metal #826B38

Color information

#826B38 (or 0x826B38) is unknown color: approx Yellow Metal. HEX triplet: 82, 6B and 38. RGB value is (130,107,56). Sum of RGB (Red+Green+Blue) = 130+107+56=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #826B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826B38 is #7D94C7. Grayscale: #6C6C6C. Windows color (decimal): -8230088 or 3697538. OLE color: 3697538.

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

Color convert

RGB13010756-
CMYK00.180.570.49
HSL41.35º39.78%36.47%-
HSV(B)41.35º56.92%50.98%-
XYZ15.1815.555.94-
YUV108.0698.62143.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 107 (42.19% from 255) = 36.52%
BLUE value IS 56 (22.27% from 255) = 19.11%
R=44.37%
G=36.52%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301075600.180.570.4941.3539.7836.47
Hex826B380123931292824
Octal202153700227161515044
Binary100000101101011111000010010111001110001101001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,107,56); }

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

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

 a { background-color: rgb(130,107,56); }

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

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

 span { border-color: rgb(130,107,56); }

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