#826200

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

Shades of Golden Brown #826200

Tints of Golden Brown #826200

Color information

#826200 (or 0x826200) is unknown color: approx Golden Brown. HEX triplet: 82, 62 and 00. RGB value is (130,98,0). Sum of RGB (Red+Green+Blue) = 130+98+0=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #826200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826200 is #7D9DFF. Grayscale: #606060. Windows color (decimal): -8232448 or 25218. OLE color: 25218.

HSL color Cylindrical-coordinate representation of color #826200: hue angle of 45.23º 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 #826200 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB130980-
CMYK00.2510.49
HSL45.23º100%25.49%-
HSV(B)45.23º100%50.98%-
XYZ13.5713.481.89-
YUV96.473.6151.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.02%
GREEN value IS 98 (38.67% from 255) = 42.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.02%
G=42.98%
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
Decimal13098000.2510.4945.2310025.49
Hex8262001964312d6419
Octal2021420031144615514431
Binary10000010110001000110011100100110001101101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826200; }

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

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

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

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

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

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

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

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