#82633A

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

Shades of McKenzie #82633A

Tints of McKenzie #82633A

Color information

#82633A (or 0x82633A) is unknown color: approx McKenzie. HEX triplet: 82, 63 and 3A. RGB value is (130,99,58). Sum of RGB (Red+Green+Blue) = 130+99+58=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #82633A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82633A is #7D9CC5. Grayscale: #676767. Windows color (decimal): -8232134 or 3826562. OLE color: 3826562.

HSL color Cylindrical-coordinate representation of color #82633A: hue angle of 34.17º 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 #82633A is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB1309958-
CMYK00.240.550.49
HSL34.17º38.3%36.86%-
HSV(B)34.17º55.38%50.98%-
XYZ14.4313.975.94-
YUV103.6102.27146.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 99 (39.06% from 255) = 34.49%
BLUE value IS 58 (23.05% from 255) = 20.21%
R=45.30%
G=34.49%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130995800.240.550.4934.1738.336.86
Hex82633A0183731222625
Octal202143720306761424645
Binary100000101100011111010011000110111110001100010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82633A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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