#894935

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

Shades of Paarl #894935

Tints of Paarl #894935

Color information

#894935 (or 0x894935) is unknown color: approx Paarl. HEX triplet: 89, 49 and 35. RGB value is (137,73,53). Sum of RGB (Red+Green+Blue) = 137+73+53=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #894935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894935 is #76B6CA. Grayscale: #5A5A5A. Windows color (decimal): -7780043 or 3492233. OLE color: 3492233.

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

Color convert

RGB1377353-
CMYK00.470.610.46
HSL14.29º44.21%37.25%-
HSV(B)14.29º61.31%53.73%-
XYZ13.3410.344.66-
YUV89.86107.2161.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.09%
GREEN value IS 73 (28.91% from 255) = 27.76%
BLUE value IS 53 (21.09% from 255) = 20.15%
R=52.09%
G=27.76%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137735300.470.610.4614.2944.2137.25
Hex89493502F3D2Ee2c25
Octal211111650577556165445
Binary10001001100100111010101011111111011011101110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894935; }

 p { color: rgb(137,73,53); }

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

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

 a { background-color: rgb(137,73,53); }

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

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

 span { border-color: rgb(137,73,53); }

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