#826337

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

Shades of McKenzie #826337

Tints of McKenzie #826337

Color information

#826337 (or 0x826337) is unknown color: approx McKenzie. HEX triplet: 82, 63 and 37. RGB value is (130,99,55). Sum of RGB (Red+Green+Blue) = 130+99+55=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #826337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826337 is #7D9CC8. Grayscale: #676767. Windows color (decimal): -8232137 or 3629954. OLE color: 3629954.

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

Color convert

RGB1309955-
CMYK00.240.580.49
HSL35.2º40.54%36.27%-
HSV(B)35.2º57.69%50.98%-
XYZ14.3613.955.55-
YUV103.25100.77147.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.77%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 55 (21.88% from 255) = 19.37%
R=45.77%
G=34.86%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130995500.240.580.4935.240.5436.27
Hex8263370183A31232924
Octal202143670307261435144
Binary100000101100011110111011000111010110001100011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826337; }

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

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

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

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

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

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

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

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