#896232

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

Shades of McKenzie #896232

Tints of McKenzie #896232

Color information

#896232 (or 0x896232) is unknown color: approx McKenzie. HEX triplet: 89, 62 and 32. RGB value is (137,98,50). Sum of RGB (Red+Green+Blue) = 137+98+50=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #896232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896232 is #769DCD. Grayscale: #686868. Windows color (decimal): -7773646 or 3302025. OLE color: 3302025.

HSL color Cylindrical-coordinate representation of color #896232: hue angle of 33.1º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #896232 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB1379850-
CMYK00.280.640.46
HSL33.1º46.52%36.67%-
HSV(B)33.1º63.5%53.73%-
XYZ15.2614.284.97-
YUV104.1997.42151.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.07%
GREEN value IS 98 (38.67% from 255) = 34.39%
BLUE value IS 50 (19.92% from 255) = 17.54%
R=48.07%
G=34.39%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137985000.280.640.4633.146.5236.67
Hex89623201C402E212f25
Octal2111426203410056415745
Binary1000100111000101100100111001000000101110100001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896232; }

 p { color: rgb(137,98,50); }

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

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

 a { background-color: rgb(137,98,50); }

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

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

 span { border-color: rgb(137,98,50); }

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