#826001

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

Shades of Golden Brown #826001

Tints of Golden Brown #826001

Color information

#826001 (or 0x826001) is unknown color: approx Golden Brown. HEX triplet: 82, 60 and 01. RGB value is (130,96,1). Sum of RGB (Red+Green+Blue) = 130+96+1=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #826001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826001 is #7D9FFE. Grayscale: #5F5F5F. Windows color (decimal): -8232959 or 90242. OLE color: 90242.

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

Color convert

RGB130961-
CMYK00.260.990.49
HSL44.19º98.47%25.69%-
HSV(B)44.19º99.23%50.98%-
XYZ13.3913.111.85-
YUV95.3474.76152.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.27%
GREEN value IS 96 (37.89% from 255) = 42.29%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=57.27%
G=42.29%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13096100.260.990.4944.1998.4725.69
Hex8260101A63312c621a
Octal2021401032143615414232
Binary10000010110000010110101100011110001101100110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826001; }

 p { color: rgb(130,96,1); }

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

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

 a { background-color: rgb(130,96,1); }

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

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

 span { border-color: rgb(130,96,1); }

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