#894939

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

Shades of Paarl #894939

Tints of Paarl #894939

Color information

#894939 (or 0x894939) is unknown color: approx Paarl. HEX triplet: 89, 49 and 39. RGB value is (137,73,57). Sum of RGB (Red+Green+Blue) = 137+73+57=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #894939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894939 is #76B6C6. Grayscale: #5A5A5A. Windows color (decimal): -7780039 or 3754377. OLE color: 3754377.

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

Color convert

RGB1377357-
CMYK00.470.580.46
HSL12º41.24%38.04%-
HSV(B)12º58.39%53.73%-
XYZ13.4410.385.17-
YUV90.31109.2161.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.31%
GREEN value IS 73 (28.91% from 255) = 27.34%
BLUE value IS 57 (22.66% from 255) = 21.35%
R=51.31%
G=27.34%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137735700.470.580.461241.2438.04
Hex89493902F3A2Ec2926
Octal211111710577256145146
Binary10001001100100111100101011111110101011101100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894939; }

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

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

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

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

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

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

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

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