#894F35

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

Shades of Paarl #894F35

Tints of Paarl #894F35

Color information

#894F35 (or 0x894F35) is unknown color: approx Paarl. HEX triplet: 89, 4F and 35. RGB value is (137,79,53). Sum of RGB (Red+Green+Blue) = 137+79+53=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #894F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894F35 is #76B0CA. Grayscale: #5D5D5D. Windows color (decimal): -7778507 or 3493769. OLE color: 3493769.

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

Color convert

RGB1377953-
CMYK00.420.610.46
HSL18.57º44.21%37.25%-
HSV(B)18.57º61.31%53.73%-
XYZ13.7611.174.8-
YUV93.38105.22159.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.93%
GREEN value IS 79 (31.25% from 255) = 29.37%
BLUE value IS 53 (21.09% from 255) = 19.70%
R=50.93%
G=29.37%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137795300.420.610.4618.5744.2137.25
Hex894F3502A3D2E132c25
Octal211117650527556235445
Binary100010011001111110101010101011110110111010011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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