#826135

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

Shades of McKenzie #826135

Tints of McKenzie #826135

Color information

#826135 (or 0x826135) is unknown color: approx McKenzie. HEX triplet: 82, 61 and 35. RGB value is (130,97,53). Sum of RGB (Red+Green+Blue) = 130+97+53=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #826135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826135 is #7D9ECA. Grayscale: #666666. Windows color (decimal): -8232651 or 3498370. OLE color: 3498370.

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

Color convert

RGB1309753-
CMYK00.250.590.49
HSL34.29º42.08%35.88%-
HSV(B)34.29º59.23%50.98%-
XYZ14.1213.555.24-
YUV101.85100.43148.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.43%
GREEN value IS 97 (38.28% from 255) = 34.64%
BLUE value IS 53 (21.09% from 255) = 18.93%
R=46.43%
G=34.64%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130975300.250.590.4934.2942.0835.88
Hex8261350193B31222a24
Octal202141650317361425244
Binary100000101100001110101011001111011110001100010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826135; }

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

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

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

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

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

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

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

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