#82673D

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

Shades of McKenzie #82673D

Tints of McKenzie #82673D

Color information

#82673D (or 0x82673D) is unknown color: approx McKenzie. HEX triplet: 82, 67 and 3D. RGB value is (130,103,61). Sum of RGB (Red+Green+Blue) = 130+103+61=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #82673D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82673D is #7D98C2. Grayscale: #6A6A6A. Windows color (decimal): -8231107 or 4024194. OLE color: 4024194.

HSL color Cylindrical-coordinate representation of color #82673D: hue angle of 36.52º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82673D is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB13010361-
CMYK00.210.530.49
HSL36.52º36.13%37.45%-
HSV(B)36.52º53.08%50.98%-
XYZ14.914.786.48-
YUV106.28102.45144.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.22%
GREEN value IS 103 (40.62% from 255) = 35.03%
BLUE value IS 61 (24.22% from 255) = 20.75%
R=44.22%
G=35.03%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301036100.210.530.4936.5236.1337.45
Hex82673D0153531252425
Octal202147750256561454445
Binary100000101100111111101010101110101110001100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82673D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82673D; }

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

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

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

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

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

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

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

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