#894D37

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

Shades of Paarl #894D37

Tints of Paarl #894D37

Color information

#894D37 (or 0x894D37) is unknown color: approx Paarl. HEX triplet: 89, 4D and 37. RGB value is (137,77,55). Sum of RGB (Red+Green+Blue) = 137+77+55=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #894D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894D37 is #76B2C8. Grayscale: #5C5C5C. Windows color (decimal): -7779017 or 3624329. OLE color: 3624329.

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

Color convert

RGB1377755-
CMYK00.440.600.46
HSL16.1º42.71%37.65%-
HSV(B)16.1º59.85%53.73%-
XYZ13.6610.95-
YUV92.43106.88159.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.93%
GREEN value IS 77 (30.47% from 255) = 28.62%
BLUE value IS 55 (21.88% from 255) = 20.45%
R=50.93%
G=28.62%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137775500.440.600.4616.142.7137.65
Hex894D3702C3C2E102b26
Octal211115670547456205346
Binary100010011001101110111010110011110010111010000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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