#826837

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

Shades of McKenzie #826837

Tints of McKenzie #826837

Color information

#826837 (or 0x826837) is unknown color: approx McKenzie. HEX triplet: 82, 68 and 37. RGB value is (130,104,55). Sum of RGB (Red+Green+Blue) = 130+104+55=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #826837 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826837 is #7D97C8. Grayscale: #6A6A6A. Windows color (decimal): -8230857 or 3631234. OLE color: 3631234.

HSL color Cylindrical-coordinate representation of color #826837: hue angle of 39.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 #826837 is Cyan = 0, Magento = 0.2, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB13010455-
CMYK00.20.580.49
HSL39.2º40.54%36.27%-
HSV(B)39.2º57.69%50.98%-
XYZ14.8514.925.71-
YUV106.1999.11144.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.98%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 55 (21.88% from 255) = 19.03%
R=44.98%
G=35.99%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301045500.20.580.4939.240.5436.27
Hex8268370143A31272924
Octal202150670247261475144
Binary100000101101000110111010100111010110001100111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826837; }

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

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

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

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

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

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

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

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