#895B35

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

Shades of McKenzie #895B35

Tints of McKenzie #895B35

Color information

#895B35 (or 0x895B35) is unknown color: approx McKenzie. HEX triplet: 89, 5B and 35. RGB value is (137,91,53). Sum of RGB (Red+Green+Blue) = 137+91+53=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #895B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895B35 is #76A4CA. Grayscale: #646464. Windows color (decimal): -7775435 or 3496841. OLE color: 3496841.

HSL color Cylindrical-coordinate representation of color #895B35: hue angle of 27.14º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #895B35 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB1379153-
CMYK00.340.610.46
HSL27.14º44.21%37.25%-
HSV(B)27.14º61.31%53.73%-
XYZ14.713.065.11-
YUV100.42101.24154.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.75%
GREEN value IS 91 (35.94% from 255) = 32.38%
BLUE value IS 53 (21.09% from 255) = 18.86%
R=48.75%
G=32.38%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137915300.340.610.4627.1444.2137.25
Hex895B350223D2E1b2c25
Octal211133650427556335445
Binary100010011011011110101010001011110110111011011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,91,53); }

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

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

 a { background-color: rgb(137,91,53); }

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

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

 span { border-color: rgb(137,91,53); }

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