#826835

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

Shades of McKenzie #826835

Tints of McKenzie #826835

Color information

#826835 (or 0x826835) is unknown color: approx McKenzie. HEX triplet: 82, 68 and 35. RGB value is (130,104,53). Sum of RGB (Red+Green+Blue) = 130+104+53=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #826835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826835 is #7D97CA. Grayscale: #6A6A6A. Windows color (decimal): -8230859 or 3500162. OLE color: 3500162.

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

Color convert

RGB13010453-
CMYK00.20.590.49
HSL39.74º42.08%35.88%-
HSV(B)39.74º59.23%50.98%-
XYZ14.814.95.46-
YUV105.9698.11145.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 53 (21.09% from 255) = 18.47%
R=45.30%
G=36.24%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301045300.20.590.4939.7442.0835.88
Hex8268350143B31282a24
Octal202150650247361505244
Binary100000101101000110101010100111011110001101000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826835; }

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

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

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

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

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

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

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

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