#826533

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

Shades of McKenzie #826533

Tints of McKenzie #826533

Color information

#826533 (or 0x826533) is unknown color: approx McKenzie. HEX triplet: 82, 65 and 33. RGB value is (130,101,51). Sum of RGB (Red+Green+Blue) = 130+101+51=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #826533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826533 is #7D9ACC. Grayscale: #686868. Windows color (decimal): -8231629 or 3368322. OLE color: 3368322.

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

Color convert

RGB13010151-
CMYK00.220.610.49
HSL37.97º43.65%35.49%-
HSV(B)37.97º60.77%50.98%-
XYZ14.4614.295.13-
YUV103.9798.11146.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.10%
GREEN value IS 101 (39.84% from 255) = 35.82%
BLUE value IS 51 (20.31% from 255) = 18.09%
R=46.10%
G=35.82%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301015100.220.610.4937.9743.6535.49
Hex8265330163D31262c23
Octal202145630267561465443
Binary100000101100101110011010110111101110001100110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826533; }

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

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

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

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

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

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

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

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