#895133

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

Shades of Paarl #895133

Tints of Paarl #895133

Color information

#895133 (or 0x895133) is unknown color: approx Paarl. HEX triplet: 89, 51 and 33. RGB value is (137,81,51). Sum of RGB (Red+Green+Blue) = 137+81+51=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #895133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895133 is #76AECC. Grayscale: #5E5E5E. Windows color (decimal): -7777997 or 3363209. OLE color: 3363209.

HSL color Cylindrical-coordinate representation of color #895133: hue angle of 20.93º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #895133 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB1378151-
CMYK00.410.630.46
HSL20.93º45.74%36.86%-
HSV(B)20.93º62.77%53.73%-
XYZ13.8611.444.61-
YUV94.32103.55158.44-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.93%
GREEN value IS 81 (32.03% from 255) = 30.11%
BLUE value IS 51 (20.31% from 255) = 18.96%
R=50.93%
G=30.11%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137815100.410.630.4620.9345.7436.86
Hex8951330293F2E152e25
Octal211121630517756255645
Binary100010011010001110011010100111111110111010101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895133; }

 p { color: rgb(137,81,51); }

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

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

 a { background-color: rgb(137,81,51); }

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

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

 span { border-color: rgb(137,81,51); }

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