#894F36

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

Shades of Paarl #894F36

Tints of Paarl #894F36

Color information

#894F36 (or 0x894F36) is unknown color: approx Paarl. HEX triplet: 89, 4F and 36. RGB value is (137,79,54). Sum of RGB (Red+Green+Blue) = 137+79+54=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #894F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894F36 is #76B0C9. Grayscale: #5D5D5D. Windows color (decimal): -7778506 or 3559305. OLE color: 3559305.

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

Color convert

RGB1377954-
CMYK00.420.610.46
HSL18.07º43.46%37.45%-
HSV(B)18.07º60.58%53.73%-
XYZ13.7811.184.92-
YUV93.49105.72159.03-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.74%
GREEN value IS 79 (31.25% from 255) = 29.26%
BLUE value IS 54 (21.48% from 255) = 20%
R=50.74%
G=29.26%
B=20%

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
Decimal137795400.420.610.4618.0743.4637.45
Hex894F3602A3D2E122b25
Octal211117660527556225345
Binary100010011001111110110010101011110110111010010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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