#826237

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

Shades of McKenzie #826237

Tints of McKenzie #826237

Color information

#826237 (or 0x826237) is unknown color: approx McKenzie. HEX triplet: 82, 62 and 37. RGB value is (130,98,55). Sum of RGB (Red+Green+Blue) = 130+98+55=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #826237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826237 is #7D9DC8. Grayscale: #666666. Windows color (decimal): -8232393 or 3629698. OLE color: 3629698.

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

Color convert

RGB1309855-
CMYK00.250.580.49
HSL34.4º40.54%36.27%-
HSV(B)34.4º57.69%50.98%-
XYZ14.2613.765.52-
YUV102.67101.1147.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 98 (38.67% from 255) = 34.63%
BLUE value IS 55 (21.88% from 255) = 19.43%
R=45.94%
G=34.63%
B=19.43%

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
Decimal130985500.250.580.4934.440.5436.27
Hex8262370193A31222924
Octal202142670317261425144
Binary100000101100010110111011001111010110001100010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826237; }

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

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

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

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

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

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

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

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