#826939

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

Shades of McKenzie #826939

Tints of McKenzie #826939

Color information

#826939 (or 0x826939) is unknown color: approx McKenzie. HEX triplet: 82, 69 and 39. RGB value is (130,105,57). Sum of RGB (Red+Green+Blue) = 130+105+57=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #826939 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826939 is #7D96C6. Grayscale: #6B6B6B. Windows color (decimal): -8230599 or 3762562. OLE color: 3762562.

HSL color Cylindrical-coordinate representation of color #826939: hue angle of 39.45º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #826939 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB13010557-
CMYK00.190.560.49
HSL39.45º39.04%36.67%-
HSV(B)39.45º56.15%50.98%-
XYZ1515.146-
YUV10799.78144.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.52%
GREEN value IS 105 (41.41% from 255) = 35.96%
BLUE value IS 57 (22.66% from 255) = 19.52%
R=44.52%
G=35.96%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301055700.190.560.4939.4539.0436.67
Hex8269390133831272725
Octal202151710237061474745
Binary100000101101001111001010011111000110001100111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826939; }

 p { color: rgb(130,105,57); }

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

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

 a { background-color: rgb(130,105,57); }

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

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

 span { border-color: rgb(130,105,57); }

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