#826333

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

Shades of McKenzie #826333

Tints of McKenzie #826333

Color information

#826333 (or 0x826333) is unknown color: approx McKenzie. HEX triplet: 82, 63 and 33. RGB value is (130,99,51). Sum of RGB (Red+Green+Blue) = 130+99+51=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #826333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826333 is #7D9CCC. Grayscale: #676767. Windows color (decimal): -8232141 or 3367810. OLE color: 3367810.

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

Color convert

RGB1309951-
CMYK00.240.610.49
HSL36.46º43.65%35.49%-
HSV(B)36.46º60.77%50.98%-
XYZ14.2713.915.06-
YUV102.898.77147.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.43%
GREEN value IS 99 (39.06% from 255) = 35.36%
BLUE value IS 51 (20.31% from 255) = 18.21%
R=46.43%
G=35.36%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130995100.240.610.4936.4643.6535.49
Hex8263330183D31242c23
Octal202143630307561445443
Binary100000101100011110011011000111101110001100100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826333; }

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

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

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

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

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

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

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

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