#826235

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

Shades of McKenzie #826235

Tints of McKenzie #826235

Color information

#826235 (or 0x826235) is unknown color: approx McKenzie. HEX triplet: 82, 62 and 35. RGB value is (130,98,53). Sum of RGB (Red+Green+Blue) = 130+98+53=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #826235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826235 is #7D9DCA. Grayscale: #666666. Windows color (decimal): -8232395 or 3498626. OLE color: 3498626.

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

Color convert

RGB1309853-
CMYK00.250.590.49
HSL35.06º42.08%35.88%-
HSV(B)35.06º59.23%50.98%-
XYZ14.2213.745.27-
YUV102.44100.1147.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.26%
GREEN value IS 98 (38.67% from 255) = 34.88%
BLUE value IS 53 (21.09% from 255) = 18.86%
R=46.26%
G=34.88%
B=18.86%

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
Decimal130985300.250.590.4935.0642.0835.88
Hex8262350193B31232a24
Octal202142650317361435244
Binary100000101100010110101011001111011110001100011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826235; }

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

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

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

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

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

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

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

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