#894735

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

Shades of Paarl #894735

Tints of Paarl #894735

Color information

#894735 (or 0x894735) is unknown color: approx Paarl. HEX triplet: 89, 47 and 35. RGB value is (137,71,53). Sum of RGB (Red+Green+Blue) = 137+71+53=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #894735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894735 is #76B8CA. Grayscale: #585858. Windows color (decimal): -7780555 or 3491721. OLE color: 3491721.

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

Color convert

RGB1377153-
CMYK00.480.610.46
HSL12.86º44.21%37.25%-
HSV(B)12.86º61.31%53.73%-
XYZ13.2110.084.62-
YUV88.68107.87162.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.49%
GREEN value IS 71 (28.12% from 255) = 27.20%
BLUE value IS 53 (21.09% from 255) = 20.31%
R=52.49%
G=27.20%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137715300.480.610.4612.8644.2137.25
Hex8947350303D2Ed2c25
Octal211107650607556155445
Binary10001001100011111010101100001111011011101101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894735; }

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

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

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

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

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

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

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

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