#826100

Color #826100 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #826100

Tints of Golden Brown #826100

Color information

#826100 (or 0x826100) is unknown color: approx Golden Brown. HEX triplet: 82, 61 and 00. RGB value is (130,97,0). Sum of RGB (Red+Green+Blue) = 130+97+0=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #826100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826100 is #7D9EFF. Grayscale: #606060. Windows color (decimal): -8232704 or 24962. OLE color: 24962.

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

Color convert

RGB130970-
CMYK00.2510.49
HSL44.77º100%25.49%-
HSV(B)44.77º100%50.98%-
XYZ13.4813.31.86-
YUV95.8173.93152.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.27%
GREEN value IS 97 (38.28% from 255) = 42.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.27%
G=42.73%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13097000.2510.4944.7710025.49
Hex8261001964312d6419
Octal2021410031144615514431
Binary10000010110000100110011100100110001101101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826100; }

 p { color: rgb(130,97,0); }

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

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

 a { background-color: rgb(130,97,0); }

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

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

 span { border-color: rgb(130,97,0); }

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