#894F39

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

Shades of Paarl #894F39

Tints of Paarl #894F39

Color information

#894F39 (or 0x894F39) is unknown color: approx Paarl. HEX triplet: 89, 4F and 39. RGB value is (137,79,57). Sum of RGB (Red+Green+Blue) = 137+79+57=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #894F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894F39 is #76B0C6. Grayscale: #5D5D5D. Windows color (decimal): -7778503 or 3755913. OLE color: 3755913.

HSL color Cylindrical-coordinate representation of color #894F39: hue angle of 16.5º 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 #894F39 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB1377957-
CMYK00.420.580.46
HSL16.5º41.24%38.04%-
HSV(B)16.5º58.39%53.73%-
XYZ13.8511.215.3-
YUV93.83107.22158.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.18%
GREEN value IS 79 (31.25% from 255) = 28.94%
BLUE value IS 57 (22.66% from 255) = 20.88%
R=50.18%
G=28.94%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137795700.420.580.4616.541.2438.04
Hex894F3902A3A2E102926
Octal211117710527256205146
Binary100010011001111111001010101011101010111010000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,79,57); }

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

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

 a { background-color: rgb(137,79,57); }

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

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

 span { border-color: rgb(137,79,57); }

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