#826137

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

Shades of McKenzie #826137

Tints of McKenzie #826137

Color information

#826137 (or 0x826137) is unknown color: approx McKenzie. HEX triplet: 82, 61 and 37. RGB value is (130,97,55). Sum of RGB (Red+Green+Blue) = 130+97+55=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #826137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826137 is #7D9EC8. Grayscale: #666666. Windows color (decimal): -8232649 or 3629442. OLE color: 3629442.

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

Color convert

RGB1309755-
CMYK00.250.580.49
HSL33.6º40.54%36.27%-
HSV(B)33.6º57.69%50.98%-
XYZ14.1713.575.49-
YUV102.08101.43147.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.10%
GREEN value IS 97 (38.28% from 255) = 34.40%
BLUE value IS 55 (21.88% from 255) = 19.50%
R=46.10%
G=34.40%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130975500.250.580.4933.640.5436.27
Hex8261370193A31222924
Octal202141670317261425144
Binary100000101100001110111011001111010110001100010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826137; }

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

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

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

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

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

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

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

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