#894F33

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

Shades of Paarl #894F33

Tints of Paarl #894F33

Color information

#894F33 (or 0x894F33) is unknown color: approx Paarl. HEX triplet: 89, 4F and 33. RGB value is (137,79,51). Sum of RGB (Red+Green+Blue) = 137+79+51=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #894F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894F33 is #76B0CC. Grayscale: #5D5D5D. Windows color (decimal): -7778509 or 3362697. OLE color: 3362697.

HSL color Cylindrical-coordinate representation of color #894F33: hue angle of 19.53º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #894F33 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB1377951-
CMYK00.420.630.46
HSL19.53º45.74%36.86%-
HSV(B)19.53º62.77%53.73%-
XYZ13.7111.154.56-
YUV93.15104.22159.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.31%
GREEN value IS 79 (31.25% from 255) = 29.59%
BLUE value IS 51 (20.31% from 255) = 19.10%
R=51.31%
G=29.59%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137795100.420.630.4619.5345.7436.86
Hex894F3302A3F2E142e25
Octal211117630527756245645
Binary100010011001111110011010101011111110111010100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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