#895E3A

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

Shades of McKenzie #895E3A

Tints of McKenzie #895E3A

Color information

#895E3A (or 0x895E3A) is unknown color: approx McKenzie. HEX triplet: 89, 5E and 3A. RGB value is (137,94,58). Sum of RGB (Red+Green+Blue) = 137+94+58=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #895E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895E3A is #76A1C5. Grayscale: #666666. Windows color (decimal): -7774662 or 3825289. OLE color: 3825289.

HSL color Cylindrical-coordinate representation of color #895E3A: hue angle of 27.34º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #895E3A is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB1379458-
CMYK00.310.580.46
HSL27.34º40.51%38.24%-
HSV(B)27.34º57.66%53.73%-
XYZ15.0813.635.84-
YUV102.75102.75152.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.40%
GREEN value IS 94 (37.11% from 255) = 32.53%
BLUE value IS 58 (23.05% from 255) = 20.07%
R=47.40%
G=32.53%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137945800.310.580.4627.3440.5138.24
Hex895E3A01F3A2E1b2926
Octal211136720377256335146
Binary10001001101111011101001111111101010111011011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895E3A; }

 p { color: rgb(137,94,58); }

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

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

 a { background-color: rgb(137,94,58); }

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

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

 span { border-color: rgb(137,94,58); }

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