#895039

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

Shades of Paarl #895039

Tints of Paarl #895039

Color information

#895039 (or 0x895039) is unknown color: approx Paarl. HEX triplet: 89, 50 and 39. RGB value is (137,80,57). Sum of RGB (Red+Green+Blue) = 137+80+57=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #895039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895039 is #76AFC6. Grayscale: #5E5E5E. Windows color (decimal): -7778247 or 3756169. OLE color: 3756169.

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

Color convert

RGB1378057-
CMYK00.420.580.46
HSL17.25º41.24%38.04%-
HSV(B)17.25º58.39%53.73%-
XYZ13.9211.355.33-
YUV94.42106.88158.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50%
GREEN value IS 80 (31.64% from 255) = 29.20%
BLUE value IS 57 (22.66% from 255) = 20.80%
R=50%
G=29.20%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137805700.420.580.4617.2541.2438.04
Hex89503902A3A2E112926
Octal211120710527256215146
Binary100010011010000111001010101011101010111010001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895039; }

 p { color: rgb(137,80,57); }

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

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

 a { background-color: rgb(137,80,57); }

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

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

 span { border-color: rgb(137,80,57); }

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