#894B31

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

Shades of Paarl #894B31

Tints of Paarl #894B31

Color information

#894B31 (or 0x894B31) is unknown color: approx Paarl. HEX triplet: 89, 4B and 31. RGB value is (137,75,49). Sum of RGB (Red+Green+Blue) = 137+75+49=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #894B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894B31 is #76B4CE. Grayscale: #5A5A5A. Windows color (decimal): -7779535 or 3230601. OLE color: 3230601.

HSL color Cylindrical-coordinate representation of color #894B31: hue angle of 17.73º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #894B31 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB1377549-
CMYK00.450.640.46
HSL17.73º47.31%36.47%-
HSV(B)17.73º64.23%53.73%-
XYZ13.3910.574.24-
YUV90.57104.54161.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.49%
GREEN value IS 75 (29.69% from 255) = 28.74%
BLUE value IS 49 (19.53% from 255) = 18.77%
R=52.49%
G=28.74%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137754900.450.640.4617.7347.3136.47
Hex894B3102D402E122f24
Octal2111136105510056225744
Binary1000100110010111100010101101100000010111010010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,75,49); }

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

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

 a { background-color: rgb(137,75,49); }

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

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

 span { border-color: rgb(137,75,49); }

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