#894E37

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

Shades of Paarl #894E37

Tints of Paarl #894E37

Color information

#894E37 (or 0x894E37) is unknown color: approx Paarl. HEX triplet: 89, 4E and 37. RGB value is (137,78,55). Sum of RGB (Red+Green+Blue) = 137+78+55=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #894E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894E37 is #76B1C8. Grayscale: #5D5D5D. Windows color (decimal): -7778761 or 3624585. OLE color: 3624585.

HSL color Cylindrical-coordinate representation of color #894E37: hue angle of 16.83º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #894E37 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.46.

Color convert

RGB1377855-
CMYK00.430.600.46
HSL16.83º42.71%37.65%-
HSV(B)16.83º59.85%53.73%-
XYZ13.7311.045.02-
YUV93.02106.55159.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.74%
GREEN value IS 78 (30.86% from 255) = 28.89%
BLUE value IS 55 (21.88% from 255) = 20.37%
R=50.74%
G=28.89%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137785500.430.600.4616.8342.7137.65
Hex894E3702B3C2E112b26
Octal211116670537456215346
Binary100010011001110110111010101111110010111010001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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