#895137

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

Shades of Paarl #895137

Tints of Paarl #895137

Color information

#895137 (or 0x895137) is unknown color: approx Paarl. HEX triplet: 89, 51 and 37. RGB value is (137,81,55). Sum of RGB (Red+Green+Blue) = 137+81+55=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #895137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895137 is #76AEC8. Grayscale: #5E5E5E. Windows color (decimal): -7777993 or 3625353. OLE color: 3625353.

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

Color convert

RGB1378155-
CMYK00.410.600.46
HSL19.02º42.71%37.65%-
HSV(B)19.02º59.85%53.73%-
XYZ13.9511.485.09-
YUV94.78105.55158.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.18%
GREEN value IS 81 (32.03% from 255) = 29.67%
BLUE value IS 55 (21.88% from 255) = 20.15%
R=50.18%
G=29.67%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137815500.410.600.4619.0242.7137.65
Hex8951370293C2E132b26
Octal211121670517456235346
Binary100010011010001110111010100111110010111010011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895137; }

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

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

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

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

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

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

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

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