#894F37

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

Shades of Paarl #894F37

Tints of Paarl #894F37

Color information

#894F37 (or 0x894F37) is unknown color: approx Paarl. HEX triplet: 89, 4F and 37. RGB value is (137,79,55). Sum of RGB (Red+Green+Blue) = 137+79+55=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #894F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894F37 is #76B0C8. Grayscale: #5D5D5D. Windows color (decimal): -7778505 or 3624841. OLE color: 3624841.

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

Color convert

RGB1377955-
CMYK00.420.600.46
HSL17.56º42.71%37.65%-
HSV(B)17.56º59.85%53.73%-
XYZ13.811.195.05-
YUV93.61106.22158.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.55%
GREEN value IS 79 (31.25% from 255) = 29.15%
BLUE value IS 55 (21.88% from 255) = 20.30%
R=50.55%
G=29.15%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137795500.420.600.4617.5642.7137.65
Hex894F3702A3C2E122b26
Octal211117670527456225346
Binary100010011001111110111010101011110010111010010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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