#826101

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

Shades of Golden Brown #826101

Tints of Golden Brown #826101

Color information

#826101 (or 0x826101) is unknown color: approx Golden Brown. HEX triplet: 82, 61 and 01. RGB value is (130,97,1). Sum of RGB (Red+Green+Blue) = 130+97+1=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #826101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826101 is #7D9EFE. Grayscale: #606060. Windows color (decimal): -8232703 or 90498. OLE color: 90498.

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

Color convert

RGB130971-
CMYK00.250.990.49
HSL44.65º98.47%25.69%-
HSV(B)44.65º99.23%50.98%-
XYZ13.4913.31.88-
YUV95.9274.43152.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.02%
GREEN value IS 97 (38.28% from 255) = 42.54%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=57.02%
G=42.54%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13097100.250.990.4944.6598.4725.69
Hex8261101963312d621a
Octal2021411031143615514232
Binary10000010110000110110011100011110001101101110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826101; }

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

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

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

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

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

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

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

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