#82683A

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

Shades of McKenzie #82683A

Tints of McKenzie #82683A

Color information

#82683A (or 0x82683A) is unknown color: approx McKenzie. HEX triplet: 82, 68 and 3A. RGB value is (130,104,58). Sum of RGB (Red+Green+Blue) = 130+104+58=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #82683A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82683A is #7D97C5. Grayscale: #6A6A6A. Windows color (decimal): -8230854 or 3827842. OLE color: 3827842.

HSL color Cylindrical-coordinate representation of color #82683A: hue angle of 38.33º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82683A is Cyan = 0, Magento = 0.2, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB13010458-
CMYK00.20.550.49
HSL38.33º38.3%36.86%-
HSV(B)38.33º55.38%50.98%-
XYZ14.9214.956.1-
YUV106.53100.61144.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.52%
GREEN value IS 104 (41.02% from 255) = 35.62%
BLUE value IS 58 (23.05% from 255) = 19.86%
R=44.52%
G=35.62%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301045800.20.550.4938.3338.336.86
Hex82683A0143731262625
Octal202150720246761464645
Binary100000101101000111010010100110111110001100110100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82683A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82683A; }

 p { color: rgb(130,104,58); }

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

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

 a { background-color: rgb(130,104,58); }

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

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

 span { border-color: rgb(130,104,58); }

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