#826540

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

Shades of McKenzie #826540

Tints of McKenzie #826540

Color information

#826540 (or 0x826540) is unknown color: approx McKenzie. HEX triplet: 82, 65 and 40. RGB value is (130,101,64). Sum of RGB (Red+Green+Blue) = 130+101+64=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #826540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826540 is #7D9ABF. Grayscale: #696969. Windows color (decimal): -8231616 or 4220290. OLE color: 4220290.

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

Color convert

RGB13010164-
CMYK00.220.510.49
HSL33.64º34.02%38.04%-
HSV(B)33.64º50.77%50.98%-
XYZ14.7914.426.86-
YUV105.45104.61145.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 64 (25.39% from 255) = 21.69%
R=44.07%
G=34.24%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301016400.220.510.4933.6434.0238.04
Hex8265400163331222226
Octal2021451000266361424246
Binary1000001011001011000000010110110011110001100010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826540; }

 p { color: rgb(130,101,64); }

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

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

 a { background-color: rgb(130,101,64); }

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

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

 span { border-color: rgb(130,101,64); }

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