#826334

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

Shades of McKenzie #826334

Tints of McKenzie #826334

Color information

#826334 (or 0x826334) is unknown color: approx McKenzie. HEX triplet: 82, 63 and 34. RGB value is (130,99,52). Sum of RGB (Red+Green+Blue) = 130+99+52=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #826334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826334 is #7D9CCB. Grayscale: #676767. Windows color (decimal): -8232140 or 3433346. OLE color: 3433346.

HSL color Cylindrical-coordinate representation of color #826334: hue angle of 36.15º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #826334 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB1309952-
CMYK00.240.600.49
HSL36.15º42.86%35.69%-
HSV(B)36.15º60%50.98%-
XYZ14.2913.925.18-
YUV102.9199.27147.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.26%
GREEN value IS 99 (39.06% from 255) = 35.23%
BLUE value IS 52 (20.70% from 255) = 18.51%
R=46.26%
G=35.23%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130995200.240.600.4936.1542.8635.69
Hex8263340183C31242b24
Octal202143640307461445344
Binary100000101100011110100011000111100110001100100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826334; }

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

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

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

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

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

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

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

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