#894834

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

Shades of Paarl #894834

Tints of Paarl #894834

Color information

#894834 (or 0x894834) is unknown color: approx Paarl. HEX triplet: 89, 48 and 34. RGB value is (137,72,52). Sum of RGB (Red+Green+Blue) = 137+72+52=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #894834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894834 is #76B7CB. Grayscale: #595959. Windows color (decimal): -7780300 or 3426441. OLE color: 3426441.

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

Color convert

RGB1377252-
CMYK00.470.620.46
HSL14.12º44.97%37.06%-
HSV(B)14.12º62.04%53.73%-
XYZ13.2510.24.52-
YUV89.16107.03162.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.49%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 52 (20.70% from 255) = 19.92%
R=52.49%
G=27.59%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137725200.470.620.4614.1244.9737.06
Hex89483402F3E2Ee2d25
Octal211110640577656165545
Binary10001001100100011010001011111111101011101110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894834; }

 p { color: rgb(137,72,52); }

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

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

 a { background-color: rgb(137,72,52); }

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

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

 span { border-color: rgb(137,72,52); }

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