#894E36

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

Shades of Paarl #894E36

Tints of Paarl #894E36

Color information

#894E36 (or 0x894E36) is unknown color: approx Paarl. HEX triplet: 89, 4E and 36. RGB value is (137,78,54). Sum of RGB (Red+Green+Blue) = 137+78+54=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #894E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894E36 is #76B1C9. Grayscale: #5D5D5D. Windows color (decimal): -7778762 or 3559049. OLE color: 3559049.

HSL color Cylindrical-coordinate representation of color #894E36: hue angle of 17.35º degrees, saturation: 0.43, 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 #894E36 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB1377854-
CMYK00.430.610.46
HSL17.35º43.46%37.45%-
HSV(B)17.35º60.58%53.73%-
XYZ13.7111.034.9-
YUV92.9106.05159.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.93%
GREEN value IS 78 (30.86% from 255) = 29.00%
BLUE value IS 54 (21.48% from 255) = 20.07%
R=50.93%
G=29.00%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137785400.430.610.4617.3543.4637.45
Hex894E3602B3D2E112b25
Octal211116660537556215345
Binary100010011001110110110010101111110110111010001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894E36; }

 p { color: rgb(137,78,54); }

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

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

 a { background-color: rgb(137,78,54); }

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

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

 span { border-color: rgb(137,78,54); }

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