#826034

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

Shades of McKenzie #826034

Tints of McKenzie #826034

Color information

#826034 (or 0x826034) is unknown color: approx McKenzie. HEX triplet: 82, 60 and 34. RGB value is (130,96,52). Sum of RGB (Red+Green+Blue) = 130+96+52=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #826034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826034 is #7D9FCB. Grayscale: #656565. Windows color (decimal): -8232908 or 3432578. OLE color: 3432578.

HSL color Cylindrical-coordinate representation of color #826034: hue angle of 33.85º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #826034 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB1309652-
CMYK00.260.600.49
HSL33.85º42.86%35.69%-
HSV(B)33.85º60%50.98%-
XYZ14.0113.365.09-
YUV101.15100.26148.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.76%
GREEN value IS 96 (37.89% from 255) = 34.53%
BLUE value IS 52 (20.70% from 255) = 18.71%
R=46.76%
G=34.53%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130965200.260.600.4933.8542.8635.69
Hex82603401A3C31222b24
Octal202140640327461425344
Binary100000101100000110100011010111100110001100010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826034; }

 p { color: rgb(130,96,52); }

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

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

 a { background-color: rgb(130,96,52); }

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

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

 span { border-color: rgb(130,96,52); }

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