#826736

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

Shades of McKenzie #826736

Tints of McKenzie #826736

Color information

#826736 (or 0x826736) is unknown color: approx McKenzie. HEX triplet: 82, 67 and 36. RGB value is (130,103,54). Sum of RGB (Red+Green+Blue) = 130+103+54=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #826736 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826736 is #7D98C9. Grayscale: #696969. Windows color (decimal): -8231114 or 3565442. OLE color: 3565442.

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

Color convert

RGB13010354-
CMYK00.210.580.49
HSL38.68º41.3%36.08%-
HSV(B)38.68º58.46%50.98%-
XYZ14.7214.715.55-
YUV105.4998.95145.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 103 (40.62% from 255) = 35.89%
BLUE value IS 54 (21.48% from 255) = 18.82%
R=45.30%
G=35.89%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301035400.210.580.4938.6841.336.08
Hex8267360153A31272924
Octal202147660257261475144
Binary100000101100111110110010101111010110001100111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826736; }

 p { color: rgb(130,103,54); }

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

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

 a { background-color: rgb(130,103,54); }

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

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

 span { border-color: rgb(130,103,54); }

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