#894835

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

Shades of Paarl #894835

Tints of Paarl #894835

Color information

#894835 (or 0x894835) is unknown color: approx Paarl. HEX triplet: 89, 48 and 35. RGB value is (137,72,53). Sum of RGB (Red+Green+Blue) = 137+72+53=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #894835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894835 is #76B7CA. Grayscale: #595959. Windows color (decimal): -7780299 or 3491977. OLE color: 3491977.

HSL color Cylindrical-coordinate representation of color #894835: hue angle of 13.57º 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 #894835 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB1377253-
CMYK00.470.610.46
HSL13.57º44.21%37.25%-
HSV(B)13.57º61.31%53.73%-
XYZ13.2810.214.64-
YUV89.27107.53162.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.29%
GREEN value IS 72 (28.52% from 255) = 27.48%
BLUE value IS 53 (21.09% from 255) = 20.23%
R=52.29%
G=27.48%
B=20.23%

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
Decimal137725300.470.610.4613.5744.2137.25
Hex89483502F3D2Ee2c25
Octal211110650577556165445
Binary10001001100100011010101011111111011011101110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894835; }

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

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

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

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

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

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

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

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