#826733

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

Shades of McKenzie #826733

Tints of McKenzie #826733

Color information

#826733 (or 0x826733) is unknown color: approx McKenzie. HEX triplet: 82, 67 and 33. RGB value is (130,103,51). Sum of RGB (Red+Green+Blue) = 130+103+51=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #826733 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826733 is #7D98CC. Grayscale: #696969. Windows color (decimal): -8231117 or 3368834. OLE color: 3368834.

HSL color Cylindrical-coordinate representation of color #826733: hue angle of 39.49º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #826733 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB13010351-
CMYK00.210.610.49
HSL39.49º43.65%35.49%-
HSV(B)39.49º60.77%50.98%-
XYZ14.6514.695.19-
YUV105.1497.45145.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.77%
GREEN value IS 103 (40.62% from 255) = 36.27%
BLUE value IS 51 (20.31% from 255) = 17.96%
R=45.77%
G=36.27%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301035100.210.610.4939.4943.6535.49
Hex8267330153D31272c23
Octal202147630257561475443
Binary100000101100111110011010101111101110001100111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826733; }

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

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

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

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

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

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

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

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